From 34d02bae470925a9464cdfb99112a589c39c6a2c Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Fri, 24 Jul 2026 17:20:15 +0800 Subject: [PATCH] Add CI permissions for Elastic EP contributor UNIDY2002 (#32306) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 4866c9ff7..3b0d00915 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -328,6 +328,13 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "UNIDY2002": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "Ubospica": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,