SERVER-108131 Add build as the owner for the tools directory (#39082)
GitOrigin-RevId: 1e2a50ebda9011f7a1c48bd4d2df59da7a282d6c
This commit is contained in:
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
@@ -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
5
tools/OWNERS.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
version: 1.0.0
|
||||
filters:
|
||||
- "*":
|
||||
approvers:
|
||||
- 10gen/devprod-build
|
||||
Reference in New Issue
Block a user