Skip to content

Commit

Permalink
ignore dependabot PRs for additional reviewers action (#1372)
Browse files Browse the repository at this point in the history
resolves action failing on dependabot compatibility:
#1371

can just stop triggering from dependabot PRs.
  • Loading branch information
adrian-kong authored Oct 27, 2023
1 parent a1fc5d3 commit 28a1089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_additional_reviewers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
auto-request-review:
name: Add Additional Reviewers
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Request additional reviews based on supplied rules
uses: necojackarc/[email protected]
Expand Down

0 comments on commit 28a1089

Please sign in to comment.