Skip to content

feat(container): update image ghcr.io/taxel/plextraktsync to v0.33.0 #32770

feat(container): update image ghcr.io/taxel/plextraktsync to v0.33.0

feat(container): update image ghcr.io/taxel/plextraktsync to v0.33.0 #32770

Workflow file for this run

---
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ steps.generate-token.outputs.token }}"
configuration-path: .github/labeler.yaml