We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adb1b55 + 2b5eef8 commit f39b953Copy full SHA for f39b953
1 file changed
.github/workflows/label-workflow-changes.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-requests: write
14
steps:
15
- name: Label PR with workflow changes
16
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
17
with:
18
script: |
19
const labelName = 'workflow-modified';
0 commit comments