From 34555aee9c73dbc8b1d7c21d7d8e04cb7a48f310 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 11 May 2026 16:54:32 -0700 Subject: [PATCH] Add minosfuture to CI_PERMISSIONS.json (#25019) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 3fab59fb4..5cc8d3970 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -881,6 +881,13 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "minosfuture": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "mmangkad": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,