瀏覽代碼

Improve handling of .github dir

Joshua M. Boniface 2 月之前
父節點
當前提交
c31ea251c4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/CODEOWNERS

+ 3 - 1
.github/CODEOWNERS

@@ -1,9 +1,11 @@
 # Joshua must review all changes to bump_version and any files it touches
 # Joshua must review all changes to bump_version and any files it touches
 bump_version                                            @joshuaboniface
 bump_version                                            @joshuaboniface
-.github/                                                @joshuaboniface
+.github/ISSUE_TEMPLATE                                  @joshuaboniface
 MediaBrowser.Common/MediaBrowser.Common.csproj          @joshuaboniface
 MediaBrowser.Common/MediaBrowser.Common.csproj          @joshuaboniface
 Jellyfin.Data/Jellyfin.Data.csproj                      @joshuaboniface
 Jellyfin.Data/Jellyfin.Data.csproj                      @joshuaboniface
 MediaBrowser.Controller/MediaBrowser.Controller.csproj  @joshuaboniface
 MediaBrowser.Controller/MediaBrowser.Controller.csproj  @joshuaboniface
 MediaBrowser.Model/MediaBrowser.Model.csproj            @joshuaboniface
 MediaBrowser.Model/MediaBrowser.Model.csproj            @joshuaboniface
 Emby.Naming/Emby.Naming.csproj                          @joshuaboniface
 Emby.Naming/Emby.Naming.csproj                          @joshuaboniface
 src/Jellyfin.Extensions/Jellyfin.Extensions.csproj      @joshuaboniface
 src/Jellyfin.Extensions/Jellyfin.Extensions.csproj      @joshuaboniface
+# Core must approve all changes within the repo config
+.github/                                                @jellyfin/core