From 32bae911f61ad10ac55feb4ca5c3f0dcd7db2bda Mon Sep 17 00:00:00 2001 From: jiayisunx Date: Thu, 25 Jun 2026 14:49:07 +0800 Subject: [PATCH] Add CI permission for jiayisunx (#28899) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 09349cb78..b21ee5370 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -748,6 +748,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "jiayisunx": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "jinleic": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,