Skip to content

Deploy av 2024.11.20-b2db5a0 #992

Deploy av 2024.11.20-b2db5a0

Deploy av 2024.11.20-b2db5a0 #992

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@v3.0.1
with:
token: ${{ secrets.LOS_TOKEN }}
commands: promote
issue-type: issue
allow-edits: true