From 83756a4b334938c99706c1217aa86a3eb62ee53b Mon Sep 17 00:00:00 2001 From: Netanel Haber <58652339+netanel-haber@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:20:30 +0200 Subject: [PATCH] add https://github.com/netanel-haber to CI_PERMISSIONS.json (#13577) --- .github/CI_PERMISSIONS.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index da6b01298..c149cd111 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -485,6 +485,12 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "netanel-haber": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "nvcastet": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,