nuttx/.github/workflows
Lup Yuen Lee 9e063b1784 github/workflow: Fix the PR Labeling for Build System
Our New PR Labeler incorrectly labels the Changed Files for Build System. Here is a Sample PR that contains changes for Arm32 CMake and Makefile: https://github.com/lupyuen6/nuttx/pull/59

```
arch/arm/CMakeLists.txt
arch/arm/Makefile
```

But our PR Labeler incorrectly labels the above as `Area: Build system, Arch: Arm`, which triggers a Complete CI Build across All Architectures (according to arch.yml). The correct label should be `Arch: Arm`, which will trigger only the Arm32 Build: https://github.com/lupyuen8/nuttx/pull/1

This PR fixes the PR Labeling. The New PR Labeler is explained here:
- https://lupyuen.org/articles/prtarget
- https://github.com/apache/nuttx/issues/18359

`.github/workflows/labeler.yml`: Changed the Regex Pattern. Now we match the Start Of Line and End Of Line.

Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
2026-02-22 08:33:10 +08:00
..
arch.yml CI: Increase CI Jobs to 100% for Complex PRs 2025-01-08 15:05:18 +08:00
build.yml tools: fix make host_info flag parsing and config string escaping 2026-02-05 14:23:19 +01:00
check.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
doc.yml docs/plantuml: Add PlantUML support to Documentation build 2026-02-15 08:47:23 +01:00
docker_linux.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
issue_labeler.yml build(deps): bump actions/github-script from 7 to 8 2025-09-08 21:48:03 +08:00
labeler.yml github/workflow: Fix the PR Labeling for Build System 2026-02-22 08:33:10 +08:00
lint.yml build(deps): bump actions/checkout from 5 to 6 2025-11-25 10:36:55 +01:00
pr_labeler.yml github/workflow: Reimplement PR Labeling without pull_request_target 2026-02-17 09:53:41 +01:00