add github actions
This commit is contained in:
13
.github/workflows/command-dispatch.yaml
vendored
Normal file
13
.github/workflows/command-dispatch.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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: .
|
||||
Reference in New Issue
Block a user