Skip to content

perf(picker): guard debug logging to avoid hot-path reflection #997

perf(picker): guard debug logging to avoid hot-path reflection

perf(picker): guard debug logging to avoid hot-path reflection #997

name: PR Area Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- main
# Cancels superseded runs on the same PR. Safe because the job only adds
# labels (sync-labels: false, no remove-then-add), unlike pr-kind-label.yaml.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
area-label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v7
with:
sync-labels: false