From c855a500d1d3bcfc796e37f0a415861ea087119c Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 8 Dec 2019 15:36:00 +0900 Subject: [PATCH] Add clean slash command --- .github/workflows/slash-command-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index e2b9f3b..74f3046 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -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