Skip to content

Remove pangeo binder links from readme #1301

Remove pangeo binder links from readme

Remove pangeo binder links from readme #1301

# 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@v3
with:
token: ${{ secrets.PANGEOBOT_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
config: >
[
{
"command": "condalock",
"permission": "none",
"issue_type": "pull-request"
}
]