Add clean slash command
This commit is contained in:
parent
e6ebd7ca5c
commit
c855a500d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/slash-command-dispatch.yml
vendored
2
.github/workflows/slash-command-dispatch.yml
vendored
|
@ -11,6 +11,6 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
reaction-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commands: test
|
||||
commands: test, clean
|
||||
permission: admin
|
||||
repository: peter-evans/create-pull-request-tests
|
||||
|
|
Loading…
Reference in a new issue