File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 31
31
reaction-token : ${{ secrets.GITHUB_TOKEN }}
32
32
config : >
33
33
[
34
+ {
35
+ "command": "example",
36
+ "permission": "none",
37
+ "issue_type": "issue",
38
+ "repository": "peter-evans/slash-command-dispatch-processor"
39
+ },
34
40
{
35
41
"command": "hello-world",
36
42
"permission": "none",
@@ -45,27 +51,27 @@ jobs:
45
51
"event_type_suffix": "-pr-command"
46
52
},
47
53
{
48
- "command": "autopep8 ",
54
+ "command": "ping ",
49
55
"permission": "none",
50
- "issue_type": "pull-request ",
56
+ "issue_type": "issue ",
51
57
"repository": "peter-evans/slash-command-dispatch-processor"
52
58
},
53
59
{
54
- "command": "black ",
60
+ "command": "autopep8 ",
55
61
"permission": "none",
56
62
"issue_type": "pull-request",
57
63
"repository": "peter-evans/slash-command-dispatch-processor"
58
64
},
59
65
{
60
- "command": "reset-demo ",
66
+ "command": "black ",
61
67
"permission": "none",
62
68
"issue_type": "pull-request",
63
69
"repository": "peter-evans/slash-command-dispatch-processor"
64
70
},
65
71
{
66
- "command": "ping ",
72
+ "command": "reset-demo ",
67
73
"permission": "none",
68
- "issue_type": "issue ",
74
+ "issue_type": "pull-request ",
69
75
"repository": "peter-evans/slash-command-dispatch-processor"
70
76
}
71
77
]
You can’t perform that action at this time.
0 commit comments