Skip to content

fix(container): update jellyfin/jellyfin ( 10.10.0 → 10.10.1 ) #4609

fix(container): update jellyfin/jellyfin ( 10.10.0 → 10.10.1 )

fix(container): update jellyfin/jellyfin ( 10.10.0 → 10.10.1 ) #4609

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/[email protected]
id: generate-token
with:
app-id: "${{ secrets.HOMEOPS_BOT_APP_ID }}"
private-key: "${{ secrets.HOMEOPS_BOT_PRIVATE_KEY }}"
- name: Labeler
uses: actions/[email protected]
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"