From 956d414dadd3211ce86788fd22402b4311616d45 Mon Sep 17 00:00:00 2001 From: Ke Bao Date: Fri, 18 Sep 2026 15:12:36 +0800 Subject: [PATCH] Update ci permission (#40121) --- .github/CI_PERMISSIONS.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CI_PERMISSIONS.json b/.github/CI_PERMISSIONS.json index 12194eb69..2ae065282 100644 --- a/.github/CI_PERMISSIONS.json +++ b/.github/CI_PERMISSIONS.json @@ -95,6 +95,12 @@ "cooldown_interval_minutes": 0, "reason": "top contributor" }, + "Denji-kk": { + "can_tag_run_ci_label": true, + "can_rerun_failed_ci": true, + "cooldown_interval_minutes": 0, + "reason": "custom override" + }, "DevashishLal-CB": { "can_tag_run_ci_label": true, "can_rerun_failed_ci": true,