Skip to content

Port of Terraclimate example to beam-refactor #1099

Port of Terraclimate example to beam-refactor

Port of Terraclimate example to beam-refactor #1099

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
commands: run-test-tutorials
# anyone can trigger this command
permission: none
issue-type: pull-request