From 6782120254a2fc17877281586ee7073bd5851004 Mon Sep 17 00:00:00 2001 From: William Martin Date: Tue, 31 Oct 2023 09:55:29 +0100 Subject: [PATCH] Update discussion triage types to ID --- .github/workflows/discussion-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discussion-triage.yml b/.github/workflows/discussion-triage.yml index 8fc49cea9..41cbb997e 100644 --- a/.github/workflows/discussion-triage.yml +++ b/.github/workflows/discussion-triage.yml @@ -13,7 +13,7 @@ jobs: run: | export DISCUSSION_TITLE="Triage: ${ISSUE_TITLE} (#${ISSUE_NUMBER})" gh api graphql -f query=' - mutation($repositoryId: String!, $categoryId: String!, $title: String!, $body: String!) { + mutation($repositoryId: ID!, $categoryId: ID!, $title: String!, $body: String!) { createDiscussion( input: {repositoryId: $repositoryId, categoryId: $categoryId, title: $title, body: $body} ) {