From c7566a860b5ef26f6ab4792c546d76a842932fd8 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Fri, 1 May 2026 12:50:36 -0700 Subject: [PATCH] Add CI permissions for user luccafong, 842974287 (#24238) --- .github/CI_PERMISSIONS.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 4ffdb167e..9a179f2cf 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -6,6 +6,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "842974287": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "AgainstEntropy": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -818,6 +825,13 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "luccafong": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "merrymercy": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,