Skip to content

Commit 3fdbc95

Browse files
committed
chore: Specify code owners (#1315)
Relates to awslabs/cdk-ops#193
1 parent 9e121a7 commit 3fdbc95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/CODEOWNERS

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Each line is a file pattern followed by one or more owners (@username or
2+
# email@address).
3+
#
4+
# Order is important. The last matching pattern has the most precedence.
5+
# So if a pull request only touches javascript files, only these owners
6+
# will be requested to review.
7+
#
8+
# @See https://help.github.com/articles/about-codeowners/
9+
10+
* @awslabs/aws-cdk-team
11+
/docs/ @Doug-AWS
12+
/packages/@aws-cdk/aws-code*/ @RomainMuller @skinny85

0 commit comments

Comments
 (0)