From 1cd0c3bfb74bf4ff2c3b3b06a6f9dbf570c9ac81 Mon Sep 17 00:00:00 2001 From: Yibo Cai Date: Mon, 15 Dec 2025 09:51:30 +0800 Subject: [PATCH] Add cyb70289 to CI permissions (#14938) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index e92fff880..e65629a19 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -370,6 +370,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "cyb70289": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "dougyster": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,