Merge pull request #128 from tfink419/bugfix/xbmc4xbox-viewable-library #36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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-dlna | |
| secrets: | |
| token: ${{ secrets.JF_BOT_TOKEN }} |