Skip to content

Commit 5e34a7b

Browse files
committed
Update dispatch config
1 parent 49c3e86 commit 5e34a7b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/slash-command-dispatch.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
reaction-token: ${{ secrets.GITHUB_TOKEN }}
3232
config: >
3333
[
34+
{
35+
"command": "example",
36+
"permission": "none",
37+
"issue_type": "issue",
38+
"repository": "peter-evans/slash-command-dispatch-processor"
39+
},
3440
{
3541
"command": "hello-world",
3642
"permission": "none",
@@ -45,27 +51,27 @@ jobs:
4551
"event_type_suffix": "-pr-command"
4652
},
4753
{
48-
"command": "autopep8",
54+
"command": "ping",
4955
"permission": "none",
50-
"issue_type": "pull-request",
56+
"issue_type": "issue",
5157
"repository": "peter-evans/slash-command-dispatch-processor"
5258
},
5359
{
54-
"command": "black",
60+
"command": "autopep8",
5561
"permission": "none",
5662
"issue_type": "pull-request",
5763
"repository": "peter-evans/slash-command-dispatch-processor"
5864
},
5965
{
60-
"command": "reset-demo",
66+
"command": "black",
6167
"permission": "none",
6268
"issue_type": "pull-request",
6369
"repository": "peter-evans/slash-command-dispatch-processor"
6470
},
6571
{
66-
"command": "ping",
72+
"command": "reset-demo",
6773
"permission": "none",
68-
"issue_type": "issue",
74+
"issue_type": "pull-request",
6975
"repository": "peter-evans/slash-command-dispatch-processor"
7076
}
7177
]

0 commit comments

Comments
 (0)