Skip to content

Deploy av 2024.11.18-d6b39b6 #988

Deploy av 2024.11.18-d6b39b6

Deploy av 2024.11.18-d6b39b6 #988

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/[email protected]
with:
token: ${{ secrets.LOS_TOKEN }}
commands: promote
issue-type: issue
allow-edits: true