Skip to content

Bump @typescript-eslint/parser from 5.56.0 to 5.57.0 #11

Bump @typescript-eslint/parser from 5.56.0 to 5.57.0

Bump @typescript-eslint/parser from 5.56.0 to 5.57.0 #11

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": "ci-test",
"permission": "admin",
"issue_type": "pull-request"
}
]