Allow OP to !merge_upstream (#24724)

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
This commit is contained in:
Arthri
2024-03-21 18:19:27 +08:00
committed by GitHub
parent fa54eeebc5
commit 9eca2f5c6d
+1 -1
View File
@@ -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'))