diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-01-11 23:12:28 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-01-12 13:41:37 -0500 |
| commit | e04f652eff8f4acbbbf664bb7bf318eefd492f20 (patch) | |
| tree | aeb3bcb1cfcc58c1e18f95159bdf96e2a7adb7cc | |
| parent | 03ec62e478f781e789d61418161816e27d248068 (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 |
