From c4e20cadedac43baeed24a9335df628c11598148 Mon Sep 17 00:00:00 2001 From: sunxxuns <126995791+sunxxuns@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:00:31 -0500 Subject: [PATCH] ci: Add zyzshishui to CI permissions (#14324) Co-authored-by: root --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 5264979c1..79d99a23b 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -978,5 +978,12 @@ "cooldown_interval_minutes": 60, "reason": "custom override", "can_rerun_stage": true + }, + "zyzshishui": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true } }