Skip to content

Commit ac27c5f

Browse files
authored
[Bot] Fix backport bot (#5681)
Apparently changing the GH Token made it lose permission... error from here: https://github.com/paritytech/polkadot-sdk/actions/runs/10815755374/job/30005387859 From this list it looks like comment creation should be allowed by adding issues to the list: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
1 parent fb7300c commit ac27c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/command-backport.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: write # so it can comment
1111
pull-requests: write # so it can create pull requests
12+
issues: write
1213

1314
jobs:
1415
backport:

0 commit comments

Comments
 (0)