Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss committed Apr 21, 2023
1 parent df1a22a commit 3b1d10a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:
script: |
const pull_id = context.payload.client_payload.pull_request.node_id;
const queue = `mutation ($input: EnablePullRequestAutoMergeInput) {
clientMutationId
enablePullRequestAutoMerge(input: $input) {
clientMutationId
}
}`;
await github.graphql(queue, {
Expand Down

0 comments on commit 3b1d10a

Please sign in to comment.