diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2025-10-26 22:07:46 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2025-10-26 22:07:46 -0400 |
| commit | 285e7c6c4f57479804ce46c84cbde874c7b31108 (patch) | |
| tree | 632c1d7306a74bce80aa9fffe2dcf7409ca891c0 /.github | |
| parent | c274336563fa2f9c7e7b7df0126e815c812e528e (diff) | |
Update CODEOWNERS to capture bump_version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e1900d583..16d20303f 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 |
