ci(labeler): remove auto-application of risk:safety-critical (#27567)

The path globs matched a large fraction of the tree (e.g.
src/modules/*_control/**, src/modules/sensors/**), so the label was
applied to many PRs that aren't meaningfully safety-critical. Remove the
rule so the label is applied manually during review instead.

Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>
This commit is contained in:
Jacob Dahl
2026-06-03 23:48:58 -04:00
committed by GitHub
parent a0d1280dff
commit af2e16cd7e

19
.github/labeler.yml vendored
View File

@@ -260,25 +260,6 @@
- "**/*_test.*"
- "**/test_*.*"
"risk:safety-critical":
- changed-files:
- any-glob-to-any-file:
- src/modules/commander/**
- src/modules/navigator/**
- src/modules/ekf2/**
- src/modules/sensors/**
- src/modules/*_control/**
- src/modules/control_allocator/**
- src/modules/land_detector/**
- src/modules/flight_mode_manager/**
- src/drivers/actuators/**
- src/drivers/imu/**
- src/drivers/ins/**
- src/drivers/pwm_out/**
- src/lib/collision_prevention/**
- src/lib/flight_tasks/**
- src/lib/geofence/**
"risk:security":
- changed-files:
- any-glob-to-any-file: