Skip to content

Commit c3750e8

Browse files
committed
only bhouston can trigger this.
1 parent 884fa4d commit c3750e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Only run if comment contains '/mycoder' AND commenter is in AUTHORIZED_USERS list
2525
if: |
2626
contains(github.event.comment.body, '/mycoder') &&
27-
contains(format(',{0},', 'bhouston'), format(',{0},', github.event.comment.user.login))
27+
github.event.comment.user.login == 'bhouston'
2828
steps:
2929
- name: Extract prompt from comment
3030
id: extract-prompt

0 commit comments

Comments
 (0)