From a4ff5634b82546679704c42c984d7f950203922e Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Fri, 11 Sep 2026 18:04:57 +0800 Subject: [PATCH] [CI] Add CI permissions for PP contributor stepinto (#39077) --- .github/CI_PERMISSIONS.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 06e1952ed..1248c8b9e 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -1200,6 +1200,12 @@ "cooldown_interval_minutes": 0, "reason": "custom override" }, + "stepinto": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "stmatengss": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,