From ce2958351b7f2fb1564b1040be49bc2910eebe26 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Oct 2025 22:11:01 -0400 Subject: [PATCH 1/2] Update CODEOWNERS to capture bump_version --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0e196c29e2..d540a846db 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ * @jellyfin/web +# Joshua must review all changes to bump_version +bump_version @joshuaboniface +.github/ @joshuaboniface From b5fb51bfa946192e85f8edb6e31e60a0c26b9681 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Oct 2025 22:17:42 -0400 Subject: [PATCH 2/2] 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