mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Allow OP to !merge_upstream (#24724)
Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user