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 17fe442 commit 9c44c29Copy full SHA for 9c44c29
.github/workflows/slash-commands.yaml
@@ -11,7 +11,7 @@ jobs:
11
handle-slash-command:
12
if: |
13
github.event.issue.pull_request == null
14
- && contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
+ && contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
15
&& (
16
contains(github.event.comment.body, '/add-sub-issue')
17
|| contains(github.event.comment.body, '/remove-sub-issue')
0 commit comments