We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c7660 + 261630c commit 666d86cCopy full SHA for 666d86c
.github/workflows/label-issues.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
issues: write
15
steps:
16
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
17
with:
18
github-token: ${{ secrets.GH_ACTIONS_PR_WRITE }}
19
script: |
.github/workflows/label-title-prefix.yml
@@ -15,7 +15,7 @@ jobs:
pull-requests: write
name: "Issue/PR: update title"
20
21
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments