diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-18 17:02:53 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-18 17:02:53 -0300 |
| commit | 959575a5ca598bf5f37fb5cebe7ed1d80d3d71f7 (patch) | |
| tree | acc8d60aedb12b70048e676e8a7349deb0010db8 /.github | |
| parent | 76588293975fc059cf076779e4283e6ffaf8afff (diff) | |
New upstream version 6.0.20upstream
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 11 |
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/**/* |
