From 7d64858093c119d9468f67ecf2e9a0d0af63005f Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 19 Jul 2026 15:08:36 -0700 Subject: [PATCH] Add houseroad to CI_PERMISSIONS.json (#31717) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 6df2e39fc..422057477 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -685,6 +685,13 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "houseroad": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "htzo": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,