We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7416908 commit a6a8d22Copy full SHA for a6a8d22
.github/workflows/label-linked-issues.yml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "result=$(jq .version package.json -r)" >> $GITHUB_OUTPUT
43
- id: query
44
name: Query linked issues
45
- uses: octokit/graphql-action@v2.2.23
+ uses: octokit/graphql-action@v2.2.24
46
with:
47
query: |
48
query ($limit: Int = 20, $owner: String!, $pr: Int!, $repo: String!) {
0 commit comments