Add permissions to »Auto-Merge«-job

This commit is contained in:
Jan Raasch 2024-01-23 11:17:51 +01:00
parent 4ce692eb8c
commit 993dcdbc45

View File

@ -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