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
|
name: Dependabot Auto-Merge
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
|
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}}
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user