From f2e0048d0688e929803f109bb633b327a9fb3d2c Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Sat, 7 Feb 2026 01:19:02 +0800 Subject: [PATCH] Add CI permission for Shunkangz, dongjiyingdjy, samuellees (#18377) --- .github/CI_PERMISSIONS.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index c661d147f..da64db0f9 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -209,6 +209,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "Shunkangz": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "SimonCqk": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -412,6 +419,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "dongjiyingdjy": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "dougyster": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -811,6 +825,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "samuellees": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "scottjlee": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,