From d26b90cf70b5ed254ccf07e88722bb42a9f868e0 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Thu, 11 Jun 2026 14:10:45 -0700 Subject: [PATCH] Add weireweire to CI permissions (#27957) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 3c83d4c8f..c16e1bb21 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -1203,6 +1203,13 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "weireweire": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "wenscarl": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,