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 7a9b205 commit 2a39240Copy full SHA for 2a39240
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check PR labels
21
if: github.event_name == 'pull_request'
22
id: check-labels
23
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
24
with:
25
script: |
26
const { data: labels } = await github.rest.issues.listLabelsOnIssue({
0 commit comments