From 0c84eaba7f8d6674a360839426cacde4e1acd851 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Tue, 25 Aug 2026 23:23:38 -0700 Subject: [PATCH] [CI] Grant no-cooldown and tag permissions to seven contributors (#36445) Co-authored-by: Claude Opus 5 (1M context) --- .github/CI_PERMISSIONS.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index a6176a17b..7c42b68b0 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -401,6 +401,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "akhilg-nv": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "alexnails": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -563,6 +569,12 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "elvischenv": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "fortunecookiee": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -833,6 +845,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "leejnau": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "liangan1": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -941,6 +959,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "nvjullin": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "nvpohanh": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -1244,7 +1268,7 @@ "wenscarl": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, - "cooldown_interval_minutes": 60, + "cooldown_interval_minutes": 0, "reason": "custom override" }, "whybeyoung": {