From 893dfb7b74bf2baffadbb5da940771c9b42cf55d Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 11 May 2026 14:44:07 -0700 Subject: [PATCH] Add libertyeagle to CI_PERMISSIONS.json (#25011) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 26e512db6..3fab59fb4 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -797,6 +797,13 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "libertyeagle": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "lifuhuang": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,