From 02a646ba4eb8772c8e2fc6454f190c3544625d70 Mon Sep 17 00:00:00 2001 From: Ratish P <114130421+Ratish1@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:07:55 +0530 Subject: [PATCH] [CI]: add CI permission (#19214) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 8fb9b1396..b78dc4898 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -209,6 +209,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "Ratish1": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "ShangmingCai": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,