Fix: Jellyfin login should use a stable device id to avoid leaking device records in Jellyfin backend #2223
Workflow file for this run
This file contains 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: PR Labels | |
# yamllint disable-line rule:truthy | |
on: | |
pull_request: | |
types: | |
- synchronize | |
- labeled | |
- unlabeled | |
branches: | |
- stable | |
- dev | |
jobs: | |
pr_labels: | |
name: Verify | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🏷 Verify PR has a valid label | |
uses: ludeeus/[email protected] | |
with: | |
labels: >- | |
breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies, documentation, new-provider, enhancement |