Skip to content

Commit 524bc8b

Browse files
CopilotDonnieBLT
andcommitted
Exempt DonnieBLT, dependabot, and copilot from peer review check
Co-authored-by: DonnieBLT <[email protected]>
1 parent d458887 commit 524bc8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-peer-review.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ permissions:
1919
jobs:
2020
check_peer_review:
2121
runs-on: ubuntu-latest
22+
if: >
23+
github.actor != 'dependabot[bot]'
24+
&& github.actor != 'dependabot-preview[bot]'
25+
&& github.actor != 'dependabot'
26+
&& github.actor != 'DonnieBLT'
27+
&& github.actor != 'Copilot'
28+
&& github.actor != 'copilot-swe-agent[bot]'
2229
steps:
2330
- name: Check for Peer Review
2431
env:

0 commit comments

Comments
 (0)