From 165aff38e12da18b3fce06bb7cfc62c9059a3525 Mon Sep 17 00:00:00 2001 From: Jincong Chen Date: Thu, 12 Feb 2026 09:33:35 +0800 Subject: [PATCH] Add CI permission for Chen-0210 (#18494) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index da64db0f9..1158fecb7 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -55,6 +55,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "Chen-0210": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "ClawSeven": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,