2022-03-19 08:41:09 -06:00
|
|
|
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:
|
2022-03-19 10:01:24 -06:00
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|