From 50f405816e71c9d5022ed8ec9c7a071c24c545d3 Mon Sep 17 00:00:00 2001 From: Jialin Ouyang Date: Thu, 14 May 2026 02:54:07 -0700 Subject: [PATCH] ci: add Jialin to CI permissions (custom override) (#25234) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 7462a3789..32f226664 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -174,6 +174,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "Jialin": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "Jiminator": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,