Skip to content

Bump docker/build-push-action from 5 to 6 #1548

Bump docker/build-push-action from 5 to 6

Bump docker/build-push-action from 5 to 6 #1548

# https://github.com/peter-evans/slash-command-dispatch
name: ChatOps Dispatcher
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.PANGEOBOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
config: >
[
{
"command": "condalock",
"permission": "none",
"issue_type": "pull-request"
}
]