From 285e7c6c4f57479804ce46c84cbde874c7b31108 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Oct 2025 22:07:46 -0400 Subject: [PATCH 1/2] Update CODEOWNERS to capture bump_version --- .github/CODEOWNERS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e1900d5833..16d20303f5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,9 @@ -# Joshua must review all changes to deployment and build.sh -.ci/* @joshuaboniface -deployment/* @joshuaboniface -build.sh @joshuaboniface +# Joshua must review all changes to bump_version and any files it touches +bump_version @joshuaboniface +.github/ @joshuaboniface +MediaBrowser.Common/MediaBrowser.Common.csproj @joshuaboniface +Jellyfin.Data/Jellyfin.Data.csproj @joshuaboniface +MediaBrowser.Controller/MediaBrowser.Controller.csproj @joshuaboniface +MediaBrowser.Model/MediaBrowser.Model.csproj @joshuaboniface +Emby.Naming/Emby.Naming.csproj @joshuaboniface +src/Jellyfin.Extensions/Jellyfin.Extensions.csproj @joshuaboniface From c31ea251c47cdff9c663b33cb940411b5a863e9c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Oct 2025 22:17:33 -0400 Subject: [PATCH 2/2] Improve handling of .github dir --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16d20303f5..ef81678ddd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,11 @@ # Joshua must review all changes to bump_version and any files it touches bump_version @joshuaboniface -.github/ @joshuaboniface +.github/ISSUE_TEMPLATE @joshuaboniface MediaBrowser.Common/MediaBrowser.Common.csproj @joshuaboniface Jellyfin.Data/Jellyfin.Data.csproj @joshuaboniface MediaBrowser.Controller/MediaBrowser.Controller.csproj @joshuaboniface MediaBrowser.Model/MediaBrowser.Model.csproj @joshuaboniface Emby.Naming/Emby.Naming.csproj @joshuaboniface src/Jellyfin.Extensions/Jellyfin.Extensions.csproj @joshuaboniface +# Core must approve all changes within the repo config +.github/ @jellyfin/core