We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27ad1f commit 6aafdf2Copy full SHA for 6aafdf2
.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