From e83560562b8a740d95382e021987b392d4c6135a Mon Sep 17 00:00:00 2001 From: Jimmy Shong <69131491+Jiminator@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:13:31 -0700 Subject: [PATCH] Update CI Permissions (#22826) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index c2ccf8bdf..9057645e7 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -167,6 +167,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "Jiminator": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "Johnsonms": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,