Skip to content

Deploy av 20240418105705-0a6457f #435

Deploy av 20240418105705-0a6457f

Deploy av 20240418105705-0a6457f #435

Workflow file for this run

name: Slash command dispatch
on:
issue_comment:
types: [created]
jobs:
dispatcher:
runs-on: ubuntu-latest
steps:
- name: Slash command dispatch
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.GH_TOKEN }}
commands: promote
issue-type: issue
allow-edits: true