Skip to content

fix(container): update image ghcr.io/autobrr/qui (v1.8.0 → v1.8.1) #3157

fix(container): update image ghcr.io/autobrr/qui (v1.8.0 → v1.8.1)

fix(container): update image ghcr.io/autobrr/qui (v1.8.0 → v1.8.1) #3157

Workflow file for this run

---
name: Labeler
on:
workflow_dispatch:
pull_request_target:
branches:
- main
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
steps:
- name: Generate Token
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: ${{ steps.app-token.outputs.token }}
configuration-path: .github/labeler.yaml