Skip to content

Commit f7c8246

Browse files
committed
build: add codeowners, pr reviews
1 parent 3b004b7 commit f7c8246

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
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.
2+
# Order is important. Last matching pattern has the most
3+
# precedence
4+
5+
# Default owner(s) for everything. Added to PR reviews
6+
* @cdcabrera
7+
8+
# CODEOWNERS permissions
9+
/.github/CODEOWNERS @cdcabrera
10+
11+
# Automated dependency updates
12+
package*.json @cdcabrera

0 commit comments

Comments
 (0)