Skip to content

Deploy av 2024.11.22-e319907 #996

Deploy av 2024.11.22-e319907

Deploy av 2024.11.22-e319907 #996

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