diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..bb9dbfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +### Subject of the issue + +Describe your issue here. + +### Steps to reproduce + +If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow. 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