From af2e16cd7eae35332756392f275287363281e38b Mon Sep 17 00:00:00 2001 From: Jacob Dahl <37091262+dakejahl@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:48:58 -0400 Subject: [PATCH] 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 --- .github/labeler.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2449bbcae7b..20d959b09f6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: