Skip to content

Commit c824ccc

Browse files
Bump actions/github-script from 7 to 8 (#89)
1 parent aeddf0f commit c824ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-auto-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Add label to PR
3636
if: steps.label.outputs.label != ''
37-
uses: actions/github-script@v7
37+
uses: actions/github-script@v8
3838
with:
3939
script: |
4040
github.rest.issues.addLabels({
@@ -45,7 +45,7 @@ jobs:
4545
})
4646
4747
- name: Assign reviewer and assignee
48-
uses: actions/github-script@v7
48+
uses: actions/github-script@v8
4949
with:
5050
script: |
5151
const assignee = 'baspa';

0 commit comments

Comments
 (0)