From 126c2f1bc13fc072aa1345a13ac79a62e8d8bfde Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Thu, 17 Sep 2026 13:39:00 -0700 Subject: [PATCH] [CI] Add metamergebot to CI permissions (#40017) --- .github/CI_PERMISSIONS.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 59c50bcd4..12194eb69 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -918,6 +918,12 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "metamergebot": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "michaelzhang-ai": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,