From 3946dad6fa810ef1d1aad421fc9b0e5473678f4f Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Tue, 30 Dec 2025 13:55:00 +0800 Subject: [PATCH] Add `attack204` into CI_PERMISSION (#16131) --- .github/CI_PERMISSIONS.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 7acc15b00..fcde652bd 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -20,6 +20,13 @@ "reason": "custom override", "can_rerun_stage": true }, + "attack204": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override", + "can_rerun_stage": true + }, "BBuf": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true, @@ -242,7 +249,7 @@ "can_rerun_failed_ci": true, "cooldown_interval_minutes": 0, "reason": "custom override", - "can_rerun_stage": true + "can_rerun_stage": true }, "XiaotongJiang": { "can_tag_run_ci_label": true,