Skip to content

Commit 9c44c29

Browse files
committed
fix(actions)
: update slash-commands.yaml
1 parent 17fe442 commit 9c44c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slash-commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
handle-slash-command:
1212
if: |
1313
github.event.issue.pull_request == null
14-
&& contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
14+
&& contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
1515
&& (
1616
contains(github.event.comment.body, '/add-sub-issue')
1717
|| contains(github.event.comment.body, '/remove-sub-issue')

0 commit comments

Comments
 (0)