Skip to content

Commit f5e883e

Browse files
authoredSep 1, 2020
Safeguard Kubernetes built-in-references (Azure#629)
1 parent 3df94fc commit f5e883e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎.github/CODEOWNERS

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file defines the individuals or teams that are responsible for code in this repository.
2+
# Each line is a file pattern followed by one or more owners.
3+
# Reference: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
4+
5+
# These owners will be the default owners for everything in
6+
# the repo. Unless a later match takes precedence,
7+
# below owners will be requested for review when someone opens a pull request.
8+
* @pilor @robga
9+
10+
# Order is important; the last matching pattern takes the most
11+
# precedence. When someone opens a pull request that only
12+
# modifies files in built-in-references folder, only below owners and not the global
13+
# owner(s) will be requested for a review.
14+
/built-in-references/ @RamyasreeChakka @EmandM @sw47 @Amirzadehm

0 commit comments

Comments
 (0)
Please sign in to comment.