From d93f37a62556dbbc0093102e7b78898af1b69347 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Sun, 4 Jan 2026 22:35:26 -0800 Subject: [PATCH] Add harvenstar to CI_PERMISSIONS.json --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 84095ebf3..3541cada2 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -482,6 +482,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "harvenstar": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "hebiao064": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,