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 fe532aa commit 3f02fceCopy full SHA for 3f02fce
.github/workflows/backport-verification.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v3
22
23
- name: Check PR description
24
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
25
with:
26
script: |
27
const pr = context.payload.pull_request;
0 commit comments