Skip to content

Deploy av 20231113134921-7b13fd0 #6784

Deploy av 20231113134921-7b13fd0

Deploy av 20231113134921-7b13fd0 #6784

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