From e970f121c96f66361eae71e9742efbf4cf8f8c75 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 9 Mar 2021 09:16:05 -0600 Subject: [PATCH] GraphQL mutations require return values? (#18186) --- .github/workflows/repo-sync.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 050c46045d..1e08ecd3c9 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -106,7 +106,9 @@ jobs: enablePullRequestAutoMerge(input: { pullRequestId: $id, mergeMethod: MERGE - }) + }) { + clientMutationId + } }` const variables = { id: pullNodeId