From b616fd026ebab48d3e9e3245e5916d54604f995f Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 30 Dec 2019 14:18:41 +0900 Subject: [PATCH] Add pytest 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 74f3046..380e68f 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, clean + commands: test, pytest, clean permission: admin repository: peter-evans/create-pull-request-tests