summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkmznam <97981975+kmznam@users.noreply.github.com>2024-07-31 17:49:08 -0400
committerMongoDB Bot <mongo-bot@mongodb.com>2024-07-31 23:20:25 +0000
commit976ef8ea80c54b0ae48b6ca18f9745299dee02ff (patch)
tree07d6e68237951cf7671b61ac27533df2c4222802 /.github
parent391c5e782c973f88976dc8c0cfcc24a3228334d4 (diff)
SERVER-92834 Create db/query/stage_builder subdirectory (#25536)
GitOrigin-RevId: a7316b3cf1d32e3d5fe4897653776e17ac259e81
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d2cd756df64..baafeb66067 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -521,6 +521,12 @@ WORKSPACE.bazel @10gen/devprod-build
# The following patterns are parsed from ./src/mongo/db/query/search/OWNERS.yml
/src/mongo/db/query/search/**/* @10gen/query-integration
+# The following patterns are parsed from ./src/mongo/db/query/stage_builder/OWNERS.yml
+/src/mongo/db/query/stage_builder/**/* @10gen/query-execution
+
+# The following patterns are parsed from ./src/mongo/db/query/stage_builder/sbe/OWNERS.yml
+/src/mongo/db/query/stage_builder/sbe/**/* @10gen/query-execution
+
# The following patterns are parsed from ./src/mongo/db/query/stats/OWNERS.yml
/src/mongo/db/query/stats/**/* @10gen/query-optimization