From 88836eb38e0cb0409372d423d8e4c9da28c107bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=A1=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=D0=BD?= <58187114+OrangeRedeng@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:09:10 +0300 Subject: [PATCH] Add OrangeRedeng and Alisehen to CI_PERMISSIONS.json (#31950) --- .github/CI_PERMISSIONS.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 1a5c6e2ca..4866c9ff7 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -27,6 +27,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "Alisehen": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "AniZpZ": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -251,6 +258,13 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "OrangeRedeng": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "Prozac614": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,