slash-command-dispatch.yml 343 B

123456789101112131415
  1. name: Slash Command Dispatch
  2. on:
  3. issue_comment:
  4. types: [created]
  5. jobs:
  6. slashCommandDispatch:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - name: Slash Command Dispatch
  10. uses: peter-evans/slash-command-dispatch@v2
  11. with:
  12. token: ${{ secrets.PAT }}
  13. commands: |
  14. autopep8
  15. fate-test