From 76d828a4e8f8c371cffb9ce517c53cc82a4fa27f Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 1 Jul 2026 14:52:02 -0700 Subject: [PATCH] Add pranjalssh to CI_PERMISSIONS.json (#29870) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index b185ac80c..16a9b2c08 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -1056,6 +1056,13 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "pranjalssh": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 30, + "reason": "custom override" + }, "pyc96": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,