diff options
| author | Maria Prinus <138075642+MariaPrinus@users.noreply.github.com> | 2024-08-26 14:42:07 -0700 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-08-26 22:28:00 +0000 |
| commit | c64b3e9df7eecd5cff1ac16ea15112dbd0b887d1 (patch) | |
| tree | 45b6450a4aa865d07552a0cdf0a4d08876f80282 | |
| parent | bb94f26c22e9e0bd6869349df74c0cd698e069b4 (diff) | |
SERVER-93855 Exclude all the tests under "jstests" directories from backport approvals (#26520)
GitOrigin-RevId: 398781c5ddaa1ae26113c76058c2e1451d00dbb9
| -rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 704e066d844..eb44d2a81be 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,8 +2,10 @@ * @10gen/server-release # Exclude some test files and READMEs from the backport approvals -/jstests/**/* /etc/backports_required_for_multiversion_tests.yml /etc/*.suppressions /README.md **/README.md + +# Exclude all the tests under "jstests" directories from backport approvals +**/jstests/**/* |
