aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2025-10-27 09:10:47 -0400
committerGitHub <noreply@github.com>2025-10-27 09:10:47 -0400
commit53dfcae1a64671d39b889cf213fd736bbff402a4 (patch)
treebf69b5106ad84525b444eaa1bb0efe0e27a78833
parentefd659412f96ed120866dab350705e1735c085ae (diff)
parentc31ea251c47cdff9c663b33cb940411b5a863e9c (diff)
Merge pull request #15236 from joshuaboniface/codeowners
Update CODEOWNERS to capture bump_version
-rw-r--r--.github/CODEOWNERS15
1 files changed, 11 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e1900d583..ef81678dd 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,11 @@
-# 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/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