From 3dbdd700e2e99460cb5aa3e1da1b7567b96ef7d7 Mon Sep 17 00:00:00 2001 From: WenhaoZhang <42087078+niehen6174@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:07:37 +0800 Subject: [PATCH] [CI] update CI permissions (#40474) --- .github/CI_PERMISSIONS.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 2ae065282..1d6d40a18 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -978,6 +978,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "niehen6174": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "nvcastet": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,