We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ea9298 + 2487dcf commit fb56602Copy full SHA for fb56602
1 file changed
.github/workflows/auto-label.yml
@@ -25,7 +25,7 @@ jobs:
25
if: github.event_name == 'issues'
26
runs-on: ubuntu-24.04
27
steps:
28
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v9
29
with:
30
script: |
31
const title = context.payload.issue.title.toLowerCase();
0 commit comments