File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Slash Command Dispatch
1
+ name : chatops
2
2
on :
3
3
issue_comment :
4
4
types : [created]
5
5
6
6
jobs :
7
- slashCommandDispatch :
7
+ default :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v2
11
-
12
- - name : Slash Command Dispatch
11
+ - name : " Handle common commands"
13
12
uses : cloudposse/actions/github/slash-command-dispatch@0.15.0
14
13
with :
15
14
token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
19
18
permission : none
20
19
issue-type : pull-request
21
20
22
- - name : Run tests
21
+ test :
22
+ runs-on : ubuntu-latest
23
+ steps :
24
+ - name : " Checkout commit"
25
+ uses : actions/checkout@v2
26
+ - name : " Run tests"
23
27
uses : cloudposse/actions/github/slash-command-dispatch@0.15.0
24
28
with :
25
29
token : ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments