mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 05:40:13 +00:00
21 lines
435 B
YAML
21 lines
435 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-trakt
|
|
secrets:
|
|
token: ${{ secrets.JF_BOT_TOKEN }}
|