Skip to content

Commit

Permalink
fix: Add missing permission for dependabot automerge (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces authored Nov 30, 2023
1 parent 494266b commit 91fab54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
dependabot:
Expand Down

0 comments on commit 91fab54

Please sign in to comment.