From 4dba73087e380dcb9f47a9a1cd200847d3b5d7da Mon Sep 17 00:00:00 2001 From: Even Zhou Date: Wed, 25 Feb 2026 14:55:23 +0800 Subject: [PATCH] [CI] grant ci permissions to sglang-npu-bot (#19308) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index b78dc4898..1e5756bf1 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -874,6 +874,13 @@ "reason": "top contributor", "can_rerun_stage": true }, + "sglang-npu-bot": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "shaharmor98": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,