Skip to content

Commit

Permalink
Allow OP to !merge_upstream (ParadiseSS13#24724)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthri <[email protected]>
  • Loading branch information
Arthri and Arthri authored Mar 21, 2024
1 parent fa54eee commit 9eca2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_upstream_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: |
github.event.issue.pull_request &&
(github.event.comment.body == '!merge_upstream') &&
((github.event.sender == github.event.issue.user) ||
((github.event.sender.id == github.event.issue.user.id) ||
(github.event.comment.author_association == 'COLLABORATOR') ||
(github.event.comment.author_association == 'MEMBER') ||
(github.event.comment.author_association == 'OWNER'))
Expand Down

0 comments on commit 9eca2f5

Please sign in to comment.