Skip to content

Commit

Permalink
added missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Feb 21, 2024
1 parent 2a737cc commit 9ca1da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: exit 0
- name: Fail when author pushes new code
# Require new reviews when the author is pushing and he is not a member
if: |
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'
Expand Down

0 comments on commit 9ca1da6

Please sign in to comment.