We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f11c49 + 837e430 commit f597eb8Copy full SHA for f597eb8
1 file changed
.github/workflows/auto-label-pr.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Auto-label based on title and branch
19
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
20
with:
21
script: |
22
const pr = context.payload.pull_request;
0 commit comments