Skip to content

Rebase not triggering github actions #66

Rebase not triggering github actions

Rebase not triggering github actions #66

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@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
commands: rebase
permission: write
issue-type: pull-request