add github actions

This commit is contained in:
CodeDevMLH
2025-12-15 22:43:44 +01:00
parent 06078bd0fe
commit 893794aabc
8 changed files with 129 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 }}