Skip to content

Commit

Permalink
Update dependabot-auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling authored Mar 23, 2024
1 parent 47f6bed commit 629d64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependabot-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ name: Dependabot auto-approve
on: pull_request

permissions:
contents: write
pull-requests: write
repository-projects: write

jobs:
dependabot-auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
env:
GH_TOKEN: ${{ secrets.PR_APPROVAL }}
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 629d64e

Please sign in to comment.