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 adbe3ca commit 0fbc287Copy full SHA for 0fbc287
.github/workflows/label_issues.yml
@@ -12,7 +12,7 @@ jobs:
12
issues: write
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
16
with:
17
script: |
18
const issue = await github.rest.issues.get({
.github/workflows/label_pr.yml
@@ -18,7 +18,7 @@ jobs:
19
configuration-path: .github/labeler.yml
20
- name: Label based on PR title
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
23
24
const title = context.payload.pull_request.title.toLowerCase();
0 commit comments