jellyfin-plugin-fanart/.github/workflows/command-dispatch.yaml

14 lines
298 B
YAML
Raw Permalink Normal View History

2021-09-26 22:41:29 +00:00
# Allows for the definition of PR and Issue /commands
2022-03-19 14:18:58 +00:00
name: '📟 Slash Command Dispatcher'
2021-09-26 22:41:29 +00:00
on:
issue_comment:
types:
- created
jobs:
2022-03-19 14:18:58 +00:00
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}