From 36bb7c63a365a3e710796f987b238700f1b3bd77 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sun, 2 Mar 2025 12:20:40 -0600 Subject: [PATCH] Add balance team as codeowners to src/data/balance --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0a654af3b01..79ab1bdc38a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,4 +16,7 @@ *.mp3 @pagefaultgames/composer-team *.wav @pagefaultgames/composer-team *.ogg @pagefaultgames/composer-team -/public/audio @pagefaultgames/composer-team \ No newline at end of file +/public/audio @pagefaultgames/composer-team + +# Balance Files; contain actual code logic and must also be owned by dev team +/src/data/balance @pagefaultgames/balance-team @pagefaultgames/junior-dev-team \ No newline at end of file