SERVER-108131 Add build as the owner for the tools directory (#39082)

GitOrigin-RevId: 1e2a50ebda9011f7a1c48bd4d2df59da7a282d6c
This commit is contained in:
Zack Winter 2025-07-25 08:45:33 -07:00 committed by MongoDB Bot
parent ea87093152
commit 677d91c02f
2 changed files with 8 additions and 0 deletions

3
.github/CODEOWNERS vendored
View File

@ -3233,6 +3233,9 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
# The following patterns are parsed from ./src/third_party/libmongocrypt/OWNERS.yml
/src/third_party/libmongocrypt/**/* @10gen/server-security @svc-auto-approve-bot
# The following patterns are parsed from ./tools/OWNERS.yml
/tools/**/* @10gen/devprod-build @svc-auto-approve-bot
# The following patterns are parsed from ./tools/flag_sync/OWNERS.yml
/tools/flag_sync/**/* @10gen/devprod-build @svc-auto-approve-bot

5
tools/OWNERS.yml Normal file
View File

@ -0,0 +1,5 @@
version: 1.0.0
filters:
- "*":
approvers:
- 10gen/devprod-build