4afb53ea6d
Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
14 lines
272 B
YAML
14 lines
272 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: .
|