Skip to content

Commit e970f12

Browse files
authored
GraphQL mutations require return values? (#18186)
1 parent 289adc1 commit e970f12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106
enablePullRequestAutoMerge(input: {
107107
pullRequestId: $id,
108108
mergeMethod: MERGE
109-
})
109+
}) {
110+
clientMutationId
111+
}
110112
}`
111113
const variables = {
112114
id: pullNodeId

0 commit comments

Comments
 (0)