From ad720000f33cad66b808f6bd00c0cf89bc829bd4 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:11:28 -0400 Subject: [PATCH] Update CODEOWNERS (#1529) ## Description: Rename `core-contributor` to `review-approver`. ## 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 - [ ] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [ ] I have read and accepted the CLA aggreement (only required once). --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d78d5d77a..7ae1cd56c 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/core-contributor +* @openfrontio/review-approver resources/lang @openfrontio/translation-approver -resources/lang/en.json @openfrontio/core-contributor +resources/lang/en.json @openfrontio/review-approver