Skip to content

Extends output length aware TokenLoadScore #1068

Extends output length aware TokenLoadScore

Extends output length aware TokenLoadScore #1068

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