We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea17cd commit 5c794e3Copy full SHA for 5c794e3
.github/workflows/blossom-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# This job only runs for pull request comments
37
if: |
38
- github.event.comment.body == '/build' && (github.actor == 'niukuo' || github.actor == 'niukuo')
+ startsWith( github.event.comment.body, '/bot' ) && contains('["niukuo", "tburt-nv"]', github.actor)
39
steps:
40
- name: Check if comment is issued by authorized person
41
run: blossom-ci
0 commit comments