diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 2c8e3aa..d48b668 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -18,6 +18,12 @@ jobs: "repository": "peter-evans/create-pull-request-tests", "named_args": true }, + { + "command": "testv4", + "permission": "admin", + "repository": "peter-evans/create-pull-request-tests", + "named_args": true + }, { "command": "clean", "permission": "admin",