From 614dd1d4f51cd1d613ca8d8e052838a30165b4b0 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:22:05 -0700 Subject: [PATCH] [CI] Add alexnails to CI_PERMISSIONS.json (#22391) Co-authored-by: Alison Shao --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index a20b63d7b..b5ecc9876 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -370,6 +370,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "alexnails": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "top contributor" + }, "alisonshao": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,