Skip to content

Commit d638aad

Browse files
committed
Allow dependabot automerge
1 parent fe94616 commit d638aad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
if: "github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'"
1111
needs: [ "run-ci" ]
1212
runs-on: "ubuntu-latest"
13+
permissions:
14+
contents: write
15+
pull-requests: write
1316
steps:
1417
# Always approve PRs from Dependabot.
1518
- name: Approve

0 commit comments

Comments
 (0)