Initial commit
Some checks failed
🔬 Run CodeQL / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled

This commit is contained in:
2026-03-24 10:05:20 -07:00
commit 699c5f72bf
25 changed files with 1933 additions and 0 deletions

20
.github/workflows/changelog.yaml vendored Normal file
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.GITHUB_TOKEN }}