Skip to content

release: v5.10.0 — attune-author extraction + CVE sweep #319

release: v5.10.0 — attune-author extraction + CVE sweep

release: v5.10.0 — attune-author extraction + CVE sweep #319

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"