From 532037df78cd49e93e5edfe20f12d0ba7b3377e3 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:01:50 -0800 Subject: [PATCH] Add CI permissions for user 'yushengsu-thu' (#14468) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index aa77cefbf..d27635155 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -929,6 +929,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "yushengsu-thu": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "top contributor", + "can_rerun_stage": true + }, "yyihuang": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,