Skip to content

Commit 78a81e0

Browse files
committed
fix: Include 'url' in GraphQL request
1 parent bc0c765 commit 78a81e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/fix/src/fixIssue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export async function fixIssue(octokit: Octokit, { owner, repository, issueNumbe
7171
assignable {
7272
... on Issue {
7373
id
74+
url
7475
title
7576
assignees(first: 10) {
7677
nodes {

0 commit comments

Comments
 (0)