Skip to content

release(lidarr): update lidarr ( 3.0.0.4855 → 3.0.1.4866 ) #640

release(lidarr): update lidarr ( 3.0.0.4855 → 3.0.1.4866 )

release(lidarr): update lidarr ( 3.0.0.4855 → 3.0.1.4866 ) #640

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
on:
# zizmor: ignore[dangerous-triggers]
pull_request_target:
permissions:
contents: read
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Generate Token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Setup Just
uses: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
with:
repo: casey/just
- name: Generate Label Config
run: |-
just generate-label-config
- name: Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: ${{ steps.app-token.outputs.token }}
configuration-path: .github/labeler.yaml