Skip to content

Commit

Permalink
fix(issues): fix closing issues bug due to the close reason feature
Browse files Browse the repository at this point in the history
This issue is present since the version 2.0.0.
Fixes #886.
  • Loading branch information
C0ZEN committed Aug 31, 2022
1 parent 9241ee8 commit 98fa64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const GITHUB_API_CLOSE_ISSUE_MUTATION = `
mutation CloseIssue($issueId: ID!) {
mutation CloseIssue($issueId: ID!, $reason: IssueClosedStateReason!) {
__typename
closeIssue(input: {issueId: $issueId, stateReason: $reason}) {
clientMutationId
Expand Down

0 comments on commit 98fa64b

Please sign in to comment.