From 7cead0fb8fc588daba8c94476a6517174fe4c686 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Wed, 17 Jun 2026 11:42:45 -0700 Subject: [PATCH] Add JonnyKong to CI_PERMISSIONS.json (#28550) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 44b4f0e12..09349cb78 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -202,6 +202,13 @@ "cooldown_interval_minutes": 60, "reason": "custom override" }, + "JonnyKong": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 60, + "reason": "custom override" + }, "JustinTong0323": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,