Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2026-07-08 23:01:29 +01:00
committed by GitHub
parent 3d85cb99dc
commit e9c63bb99b
+7 -1
View File
@@ -8,7 +8,13 @@ jobs:
if: |
github.event.issue.pull_request &&
(github.event.comment.body == '!build_rust') &&
(github.event.comment.author_association == 'ADMIN')
(
github.event.comment.user.id == 25063394 ||
github.event.comment.user.id == 116982774 ||
github.event.comment.user.id == 108773801 ||
github.event.comment.user.id == 144391971
)
# AA07 25063394, Burzah 116982774, DGamerL 108773801, Pollard 144391971
runs-on: ubuntu-latest
steps: