Skip to content

Commit

Permalink
👷 Adds Dependabot PR Review Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Aug 31, 2023
1 parent e439ff1 commit 506ec6d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/review-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Dependabot reviewer

on: pull_request_target

permissions:
pull-requests: write
contents: write

jobs:
review-dependabot-pr:
name: Review Dependabot PR
runs-on: ubuntu-latest
steps:
- name: Review Dependabot PR
uses: pwshrc/actions-review-dependabot@v0.6.0
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
required-pr-user-login: 'dependabot[bot]'
merge-mode: 'rebase'

0 comments on commit 506ec6d

Please sign in to comment.