Skip to content

Make it usable with Data.Complex. #10

Make it usable with Data.Complex.

Make it usable with Data.Complex. #10

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Slash Command Dispatch
id: scd
uses: peter-evans/slash-command-dispatch@v2
with:
issue-type: pull-request
dispatch-type: repository
allow-edits: true
token: ${{ steps.generate-token.outputs.token }}
commands: |
bump