Skip to content

Commit b1ee041

Browse files
committed
Update workflows
1 parent 0eb7ea4 commit b1ee041

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/hello-world-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Hello World Command
22
on:
33
repository_dispatch:
4-
types: [hello-world-command]
4+
types: [hello-world-local-command]
55
jobs:
66
helloWorld:
77
runs-on: ubuntu-latest

.github/workflows/ping-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Ping Command
22
on:
33
repository_dispatch:
4-
types: [ping-command]
4+
types: [ping-local-command]
55
jobs:
66
helloWorld:
77
runs-on: ubuntu-latest

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
"issue_type": "issue",
4242
"repository": "peter-evans/slash-command-dispatch-processor"
4343
},
44+
{
45+
"command": "hello-world",
46+
"permission": "none",
47+
"issue_type": "pull-request",
48+
"repository": "peter-evans/slash-command-dispatch-processor",
49+
"event_type_suffix": "-pr-command"
50+
},
4451
{
4552
"command": "ping",
4653
"permission": "none",

0 commit comments

Comments
 (0)