SERVER-107282 Update CODEOWNERS to expand test-only definition (#38279)

GitOrigin-RevId: b4edbcc01aff745fef046ea6fe2b48e9f0ea5958
This commit is contained in:
Andrew Bui 2025-07-09 12:08:25 -07:00 committed by MongoDB Bot
parent 353feeecfd
commit ae7cb41293
1 changed files with 6 additions and 4 deletions

10
.github/CODEOWNERS vendored
View File

@ -4,8 +4,10 @@
# Exclude some test files and READMEs from the backport approvals
/etc/backports_required_for_multiversion_tests.yml
/etc/*.suppressions
/README.md
**/README.md
README.md
# Exclude all the tests under "jstests" directories from backport approvals
**/jstests/**/*
# Exclude test-only related files from server-release approvals
jstests/
/src/mongo/dbtests/
/src/mongo/**/*_test.cpp
/src/mongo/**/*_bm.cpp