From 90766d66378f825175d2f6321eec342bf38233f1 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 20 Aug 2026 02:31:15 -0500 Subject: [PATCH] ci: add umputun as a frontend code owner frontend/* required @akellbl4 or @Mavrin, so umputun could not satisfy the code-owner rule on any frontend pull request. #2172 needed an admin override and #2163 could not use one, because GitHub routes stacked pull requests through the async merge endpoint, which applies no override. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8778f628..54b249a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,4 +3,4 @@ # review when someone opens a pull request. * @umputun -frontend/* @akellbl4 @Mavrin +frontend/* @umputun @akellbl4 @Mavrin