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 72c691d commit a06169fCopy full SHA for a06169f
1 file changed
.github/workflows/label-linked-issues.yml
@@ -49,7 +49,7 @@ jobs:
49
run: echo "result=$(jq .version package.json -r)" >> $GITHUB_OUTPUT
50
- id: query
51
name: Query linked issues
52
- uses: octokit/graphql-action@v2.2.24
+ uses: octokit/graphql-action@v2.2.25
53
with:
54
query: |
55
query ($limit: Int = 20, $owner: String!, $pr: Int!, $repo: String!) {
0 commit comments