From fc5eec5fc0559befdfcad3245d8b88d5ef7de696 Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Thu, 22 Jan 2026 03:00:55 +0900 Subject: [PATCH] fix: Update CODEOWNERS (#2981) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: The maintainer team name has changed, but it was still being referenced under the old name, so I fixed that. I’m not entirely sure how CODEOWNERS works, but I created the branch in the upstream repository thinking it might be required for the checks. It may not actually be necessary. ## Please complete the following: - [ ] I have added screenshots for all UI updates - [ ] I process any text displayed to the user through translateText() and I've added it to the en.json file - [ ] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: aotumuri --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7ae1cd56c..a01d757a4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -* @openfrontio/review-approver +* @openfrontio/maintainer resources/lang @openfrontio/translation-approver -resources/lang/en.json @openfrontio/review-approver +resources/lang/en.json @openfrontio/maintainer