Add permissions to »Auto-Merge«-job
This commit is contained in:
parent
4ce692eb8c
commit
993dcdbc45
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
|||
name: Dependabot Auto-Merge
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
|
||||
steps:
|
||||
- name: Dependabot metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue