Add write permission in backport bot config

This commit is contained in:
rstoyanchev 2022-12-06 09:34:07 +00:00
parent 507c9697fb
commit 8330bd424b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
permissions:
contents: read
issues: write
pull_request: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3