From fdfe53e872e575644ed10ebe64118a9ee8b19489 Mon Sep 17 00:00:00 2001 From: Chi McIsaac <153383231+qimcis@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:24:22 -0400 Subject: [PATCH] [misc] update CI_PERMISSIONS.json (#24062) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index e4686b02b..4ffdb167e 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -937,6 +937,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "qimcis": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "qingquansong": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,