Skip to content

add a cache toggle

add a cache toggle #13

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v2
with:
token: ${{ secrets.PAT }}
commands: |
help
format
rebase
isort
black
flynt
repository: yt-project/slash-command-processor