mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
oh dear (#32014)
This commit is contained in:
@@ -8,10 +8,7 @@ jobs:
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
(github.event.comment.body == '!build_rust') &&
|
||||
((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'))
|
||||
(github.event.comment.author_association == 'OWNER')
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user