From 2d9cf14a72ed38279381f112cf4273814c628758 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Fri, 11 Jan 2019 23:12:28 -0500 Subject: [PATCH] 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. --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..7185aa7321 --- /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