forked from dotnet/dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (14 loc) · 685 Bytes
/
CODEOWNERS
File metadata and controls
18 lines (14 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @dotnet/product-construction and @dotnet/source-build will be
# requested for review when someone opens a pull request.
* @dotnet/product-construction @dotnet/source-build
# We must guard against these files being created temporarily (https://github.com/dotnet/source-build/issues/4491)
/prereqs/git-info/ @premun
# Exclude the src folder which is team specific
/src/
# Explicitly exclude source-manifest.json which gets updated with every
# forward flow PR.
/src/source-manifest.json