Skip to content

Configure Renovate - autoclosed #147

Configure Renovate - autoclosed

Configure Renovate - autoclosed #147

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@v2.1.3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN_WORKFLOW }}
config: >
[
{
"command": "get-build",
"permission": "read",
"issue_type": "pull-request"
}
]