There was an error while loading. Please reload this page.
1 parent 1e11928 commit 48ae0f2Copy full SHA for 48ae0f2
1 file changed
.github/workflows/blossom-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# This job only runs for pull request comments
36
if: |
37
- github.event.comment.body == '/build' && (github.actor == 'espeer' || github.actor == 'johnhubbard')
+ github.event.comment.body == '/build' && (github.actor == 'espeer' || github.actor == 'johnhubbard' || github.actor == 'magrawal1008')
38
steps:
39
- name: Check if comment is issued by authorized person
40
run: blossom-ci
0 commit comments