From cb324cc958a143eeb9dfe1783bfa5fbe0f16ef65 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Tue, 21 Jul 2026 14:03:00 -0700 Subject: [PATCH] Add wangfakang to CI_PERMISSIONS.json (#31980) --- .github/CI_PERMISSIONS.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 422057477..1a5c6e2ca 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -1287,6 +1287,13 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "wangfakang": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "can_rerun_stage": true, + "cooldown_interval_minutes": 30, + "reason": "custom override" + }, "weireweire": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,