Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

feat(container)!: Update ghcr.io/onedr0p/prowlarr-nightly Docker tag to 1.0.0.2171 #3667

feat(container)!: Update ghcr.io/onedr0p/prowlarr-nightly Docker tag to 1.0.0.2171

feat(container)!: Update ghcr.io/onedr0p/prowlarr-nightly Docker tag to 1.0.0.2171 #3667

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@v4
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"