From 2262c5c9b556270ebf42175f16d6d666b41fd4dd Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Thu, 22 Jan 2026 17:24:06 +0800 Subject: [PATCH] Add ZhengWG to CI_Permission (#17572) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index fddd590aa..3354318e6 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -279,6 +279,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "ZhengWG": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "ZhengdQin": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,