Skip to content

Commit

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

0 comments on commit 58edc09

Please sign in to comment.