From 58edc096a293575c1dea1b911d55b0068d31fa5f Mon Sep 17 00:00:00 2001 From: Leorize Date: Fri, 21 Apr 2023 02:58:21 -0500 Subject: [PATCH] not null --- .github/workflows/merge-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-pr.yml b/.github/workflows/merge-pr.yml index 98fad143042..c45e842bb29 100644 --- a/.github/workflows/merge-pr.yml +++ b/.github/workflows/merge-pr.yml @@ -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 }