mirror of
https://github.com/jellyfin/jellyfin-plugin-fanart.git
synced 2024-11-23 05:39:54 +00:00
14 lines
298 B
YAML
14 lines
298 B
YAML
# 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 }}
|