From e1833c4f5a66ad139c73231244077bd8452681ac Mon Sep 17 00:00:00 2001 From: R0CKSTAR Date: Sat, 24 Jan 2026 09:56:09 +0800 Subject: [PATCH] Add yeahdongcn to CI permissions (#17667) Signed-off-by: Xiaodong Ye --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 6067d860e..c661d147f 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -986,6 +986,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "yeahdongcn": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "yhyang201": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,