Update discussion triage types to ID
This commit is contained in:
parent
4213e3e2b4
commit
6782120254
1 changed files with 1 additions and 1 deletions
2
.github/workflows/discussion-triage.yml
vendored
2
.github/workflows/discussion-triage.yml
vendored
|
|
@ -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}
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue