From 9cac3c86286ec77d0dcbb5e3c3654f007d55f067 Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Sun, 4 Jan 2026 13:36:35 +0800 Subject: [PATCH] Add liusy58 into CI_PERMISSION (#16373) Signed-off-by: Shangming Cai --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 80cc0fedb..84095ebf3 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -650,6 +650,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "liusy58": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override", + "can_rerun_stage": true + }, "liz-badada": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,