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 348e181 commit 5429748Copy full SHA for 5429748
.github/workflows/periodic-reporter.yaml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: 'ubuntu-latest'
34
35
steps:
36
- - uses: 'actions/github-script@v7'
+ - uses: 'actions/github-script@v8'
37
with:
38
script: |-
39
// label for all issues opened by reporter
.github/workflows/release-major-tags.yml
@@ -30,7 +30,7 @@ jobs:
30
permissions:
31
contents: write
32
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
id: parse-major
script: |
.github/workflows/review-warning.yml
pull-requests: write
github.rest.issues.createComment({
0 commit comments