Skip to content

Commit b078f9e

Browse files
authored
fix(ci): merged_pr add issues write access
1 parent 9eb127a commit b078f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_merged_pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
release_label_on_merge:
1212
if: github.event.pull_request.merged == true && github.event.pull_request.user.login != 'dependabot[bot]'
1313
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write # required for new scoped token
1416
steps:
1517
- name: "Label PR related issue for release"
1618
uses: actions/github-script@v6

0 commit comments

Comments
 (0)