From 5e1a9834f94a5f321bf4a1c5835ba687c29d06ce Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Wed, 8 Apr 2026 15:42:06 -0700 Subject: [PATCH] Update ci permission (#22387) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 96ba4c809..a20b63d7b 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -6,6 +6,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "AgainstEntropy": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "Alcanderian": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,