We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1b57a commit 13ebcbdCopy full SHA for 13ebcbd
1 file changed
.github/workflows/title-formatter.yml
@@ -15,7 +15,7 @@ jobs:
15
pull-requests: write
16
steps:
17
- name: Format PR Title from Labels
18
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
19
with:
20
script: |
21
const { owner, repo } = context.repo;
0 commit comments