Skip to content

Commit 28a1089

Browse files
authored
ignore dependabot PRs for additional reviewers action (#1372)
resolves action failing on dependabot compatibility: #1371 can just stop triggering from dependabot PRs.
1 parent a1fc5d3 commit 28a1089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add_additional_reviewers.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
auto-request-review:
99
name: Add Additional Reviewers
1010
runs-on: ubuntu-latest
11+
if: ${{ github.actor != 'dependabot[bot]' }}
1112
steps:
1213
- name: Request additional reviews based on supplied rules
1314
uses: necojackarc/[email protected]

0 commit comments

Comments
 (0)