Skip to content

Bump eslint-plugin-github from 4.9.0 to 4.9.2 #58

Bump eslint-plugin-github from 4.9.0 to 4.9.2

Bump eslint-plugin-github from 4.9.0 to 4.9.2 #58

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 }}
config: >
[
{
"command": "rebase",
"permission": "admin",
"repository": "peter-evans/slash-command-dispatch-processor",
"issue_type": "pull-request"
},
{
"command": "ciff-example",
"permission": "admin",
"named_args": true
}
]