Skip to content

πŸ“Ÿ Slash Command Dispatcher #364

πŸ“Ÿ Slash Command Dispatcher

πŸ“Ÿ Slash Command Dispatcher #364

# Allows for the definition of PR and Issue /commands
name: 'πŸ“Ÿ Slash Command Dispatcher'
on:
issue_comment:
types:
- created
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}