mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 12:09:56 +08:00
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:
19
.github/labeler.yml
vendored
19
.github/labeler.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user