diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-01-11 23:12:28 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-01-11 23:12:28 -0500 |
| commit | 2d9cf14a72ed38279381f112cf4273814c628758 (patch) | |
| tree | 7df9e8673ee162427a652569572a7f3d815caa77 | |
| parent | dbceef97fd070fb0d6096187e7ba60ad3fd924b5 (diff) | |
Add Master codeowners
In conjunction with branch protection rules, this will require
approval from the Org owners (myself or @nvllsvm) before a merge
can be accepted.
| -rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7185aa732 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Jellyfin CODEOWNERS file (`master` branch) + +# Require org owner approvals for all files, when merging to master +* @joshuaboniface @nvllsvm |
