Add write permission in backport bot config
This commit is contained in:
1
.github/workflows/backport-bot.yml
vendored
1
.github/workflows/backport-bot.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull_request: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user