Files
sglang/.github/workflows/labeler.yml
2025-11-05 17:43:48 -08:00

19 lines
360 B
YAML

name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
pull-requests: read
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: false