Skip to content

Update ghcr.io/recyclarr/recyclarr Docker tag to v7 #1738

Update ghcr.io/recyclarr/recyclarr Docker tag to v7

Update ghcr.io/recyclarr/recyclarr Docker tag to v7 #1738

Workflow file for this run

---
name: "[META] Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["master"]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@v4
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"