From 99898e6d2390f7b1ae4112aabd74e8c9d51ec559 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:32:20 -0800 Subject: [PATCH] Add CI permissions for user 'yushengsu-thu' --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index aa77cefbf57b..d2763515572d 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,