Update slash command
This commit is contained in:
parent
76e932f3c9
commit
6ac64298f6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/slash-command-dispatch.yml
vendored
3
.github/workflows/slash-command-dispatch.yml
vendored
|
@ -16,7 +16,8 @@ jobs:
|
||||||
{
|
{
|
||||||
"command": "test",
|
"command": "test",
|
||||||
"permission": "admin",
|
"permission": "admin",
|
||||||
"repository": "peter-evans/create-pull-request-tests"
|
"repository": "peter-evans/create-pull-request-tests",
|
||||||
|
"named_args": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "pytest",
|
"command": "pytest",
|
||||||
|
|
Loading…
Reference in a new issue