Skip to content

Commit

Permalink
[Bot] Fix backport bot (#5681)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ggwpez committed Sep 13, 2024
1 parent fb7300c commit ac27c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/command-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
issues: write

jobs:
backport:
Expand Down

0 comments on commit ac27c5f

Please sign in to comment.