diff options
| -rw-r--r-- | .github/workflows/slash-command-dispatch.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index dc66f19af..3d59498da 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -13,8 +13,14 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} reaction-token: ${{ secrets.SLANGBOT_PAT }} issue-type: pull-request - commands: | - format + config: > + [ + { + "command": "format", + "permission": "none", + "issue_type": "pull-request" + } + ] - name: Edit comment with error message if: steps.scd.outputs.error-message |
