create-or-update-comment/.github/workflows/slash-command-dispatch.yml

17 lines
426 B
YAML
Raw Normal View History

2020-04-17 14:05:53 +08:00
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@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: test
permission: admin
named-args: true