Skip to content

Commit 7f62ca6

Browse files
committed
👷 Adds Dependabot PR Review Workflow
1 parent 47b3368 commit 7f62ca6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Dependabot reviewer
2+
3+
on: pull_request_target
4+
5+
permissions:
6+
pull-requests: write
7+
contents: write
8+
9+
jobs:
10+
review-dependabot-pr:
11+
name: Review Dependabot PR
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Review Dependabot PR
15+
uses: pwshrc/[email protected]
16+
with:
17+
github_token: "${{ secrets.GITHUB_TOKEN }}"
18+
required-pr-user-login: 'dependabot[bot]'
19+
merge-mode: 'rebase'

0 commit comments

Comments
 (0)