Cody Robibero 4afb53ea6d
Apply suggestions from code review
Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
2022-03-19 10:01:24 -06:00

21 lines
438 B
YAML

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 }}