From b5fb51bfa946192e85f8edb6e31e60a0c26b9681 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Oct 2025 22:17:42 -0400 Subject: [PATCH] Improve handling of .github dir --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d540a846db..56e3115a5d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ * @jellyfin/web # Joshua must review all changes to bump_version bump_version @joshuaboniface -.github/ @joshuaboniface +# Core must approve all changes within the repo config +.github/ @jellyfin/core