From b1b69ae0a993dc98e89480cf10df6488abdedd2b Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad <176301910+mmangkad@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:24:36 +0800 Subject: [PATCH] Add CI permissions (#18847) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 548dd78b4..23b89c161 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -727,6 +727,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "mmangkad": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "netanel-haber": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,