Skip to content

fix(scripts): add missing target flag for llms-txt generator #55

fix(scripts): add missing target flag for llms-txt generator

fix(scripts): add missing target flag for llms-txt generator #55

# Labels PRs by the paths they touch. Rules: .github/labeler.yml
name: Pull Request Label
on:
pull_request_target: # zizmor: ignore[dangerous-triggers]
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
label:
name: Label Pull Request
runs-on: ubuntu-slim
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Apply labels
uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
sync-labels: true