Skip to content

Commit

Permalink
GraphQL mutations require return values? (github#18186)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene authored Mar 9, 2021
1 parent 289adc1 commit e970f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
enablePullRequestAutoMerge(input: {
pullRequestId: $id,
mergeMethod: MERGE
})
}) {
clientMutationId
}
}`
const variables = {
id: pullNodeId
Expand Down

0 comments on commit e970f12

Please sign in to comment.