Skip to content

Commit

Permalink
ci(.github): add permissions to backport workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Dec 24, 2021
1 parent 8fdd495 commit 744b399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build:
name: Create backport PRs
runs-on: ubuntu-latest
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
# Only run when pull request is merged
# or when a comment containing `/backport` is created
if: >
Expand Down

0 comments on commit 744b399

Please sign in to comment.