Skip to content

Commit e30d279

Browse files
authored
update CODEOWNERS file (#770)
Adds a new group to CODEOWNERS as global owner, and CREs for .md files.
1 parent 9c986a7 commit e30d279

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
* @replicatedhq/day2
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# More details are here: https://help.github.com/articles/about-codeowners/
5+
6+
# The '*' pattern is global owners.
7+
8+
# Order is important. The last matching pattern has the most precedence.
9+
# The folders are ordered as follows:
10+
11+
# In each subsection folders are ordered first by depth, then alphabetically.
12+
# This should make it easy to add new rules without breaking existing ones.
13+
14+
## RULES
15+
16+
* @replicatedhq/troubleshoot
17+
*.md @replicatedhq/cre

0 commit comments

Comments
 (0)