Skip to content

Deploy av 2024.05.13-12.08-169d169 #356

Deploy av 2024.05.13-12.08-169d169

Deploy av 2024.05.13-12.08-169d169 #356

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_SSO_REPO_TOKEN }}
commands: promote
issue-type: issue
allow-edits: true