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 cc8b84d commit c23350bCopy full SHA for c23350b
.github/workflows/backport-verification.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
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