summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000000..eb44d2a81be
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,11 @@
+# All backports must be approved by the server release team
+* @10gen/server-release
+
+# Exclude some test files and READMEs from the backport approvals
+/etc/backports_required_for_multiversion_tests.yml
+/etc/*.suppressions
+/README.md
+**/README.md
+
+# Exclude all the tests under "jstests" directories from backport approvals
+**/jstests/**/*