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 3616cd0 commit 273c085Copy full SHA for 273c085
actions/find-pr-for-commit/action.yaml
@@ -36,7 +36,7 @@ runs:
36
using: composite
37
steps:
38
- id: find-commit-pr
39
- uses: octokit/graphql-action@8ad880e4d437783ea2ab17010324de1075228110 # v2.3.2
+ uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
40
with:
41
query: |
42
query associatedPRs($commitrev: String, $repo: String!, $owner: String!) {
0 commit comments