Use meta ci

This commit is contained in:
Cody Robibero
2022-03-19 08:41:09 -06:00
parent 7af4869ba2
commit 144b31bf15
12 changed files with 141 additions and 112 deletions
+20
View File
@@ -0,0 +1,20 @@
name: '📝 Create/Update Release Draft & Release Bump PR'
on:
push:
branches:
- master
paths-ignore:
- build.yaml
workflow_dispatch:
repository_dispatch:
types:
- update-prep-command
jobs:
call:
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/changelog.yaml@master
with:
repository-name: jellyfin/jellyfin-plugin-template
secrets:
token: ${{ secrets.JF_BOT_TOKEN }}