From 80a575e4e8d6cef3ba13a4df9bfd53946b739746 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Thu, 4 Dec 2025 21:25:49 -0800 Subject: [PATCH] Add YAMY1234 to CI Permission (#14475) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index d27635155..0323cc47e 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -866,6 +866,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "YAMY1234": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "yanbing-j": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,