We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed72c57 commit b81fad4Copy full SHA for b81fad4
src/issue.ts
@@ -75,7 +75,7 @@ export async function updateIssue(
75
issue: IssueInfo
76
): Promise<void> {
77
await ctx.octokit.graphql(
78
- `mutation ($id: String!, $body: String!) {
+ `mutation ($id: ID!, $body: String!) {
79
updateIssue(input: {id: $id, body: $body}) {
80
clientMutationId
81
}
0 commit comments