Skip to content

Commit

Permalink
UNDO THIS - forced system to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 8, 2024
1 parent 78b9034 commit 6891ca6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Review-Trigger
name: Review-Trigger-Test

on:
pull_request_target:
pull_request:
types:
- opened
- reopened
Expand All @@ -27,8 +27,7 @@ jobs:
if: |
github.event_name == 'pull_request_target' &&
github.event.action == 'synchronize' &&
github.event.sender.login == github.event.pull_request.user.login &&
github.event.pull_request.author_association != 'MEMBER'
github.event.sender.login == github.event.pull_request.user.login
run: |
echo "::error::Project needs to be reviewed again"
Expand Down

0 comments on commit 6891ca6

Please sign in to comment.