Add permissions to »Auto-Merge«-job
This commit is contained in:
parent
4ce692eb8c
commit
993dcdbc45
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…
Reference in New Issue
Block a user