aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2025-10-26 22:17:33 -0400
committerJoshua M. Boniface <joshua@boniface.me>2025-10-26 22:17:33 -0400
commitc31ea251c47cdff9c663b33cb940411b5a863e9c (patch)
treed3f22a94c47a257c003f02566131792e260b14c4 /.github
parent285e7c6c4f57479804ce46c84cbde874c7b31108 (diff)
Improve handling of .github dir
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 16d20303f..ef81678dd 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