mirror of
https://github.com/bazelbuild/bazel.git
synced 2026-04-01 04:48:16 +00:00
### Description This PR updates `.github/labeler.yml` to include path mappings for several teams and functional areas that were previously missing or listed as empty comments. It ensures that incoming Pull Requests are automatically categorized and routed to the correct reviewers. ### Motivation Currently, many PRs in the Bazel repository (such as those involving Starlark, Windows-specific code, or Bzlmod) require manual labeling by maintainers. By filling in these gaps, we reduce manual triage overhead and speed up the review cycle by automatically identifying the relevant **team-** and **area-** labels based on the files changed. **Teams added/updated:** - `team-Rules-Server` - `team-Starlark-Interpreter` - `team-Starlark-Integration` - `team-Rules-API` - `team-Loading-API` - `team-Core` - `team-Bazel` **Areas added/updated:** - `area-Bzlmod` - `area-EngProd` - `area-Windows` ### Build API Changes No ### Checklist - [ ] I have added tests for the new use cases (if any). - [ ] I have updated the documentation (if applicable). ### Release Notes RELNOTES: None Closes #29046. PiperOrigin-RevId: 890314715 Change-Id: Ia38e20e894e8e5f9775251775ac2e5deffab12d5