Skip to content

Commit 535c3ff

Browse files
authored
swap codeowner ordering (#7144)
1 parent c479a98 commit 535c3ff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
22

3-
# Primary repo maintainers
4-
* @aaronc @alexanderbez @alessio
3+
# NOTE: Order is important; the last matching pattern takes the
4+
# most precedence.
55

66
# Secondary repo maintainers, substitutes of the primary
77
# maintainers when they become MIA
88
* @cwgoes @sunnya97
9+
10+
# Primary repo maintainers
11+
* @aaronc @alexanderbez @alessio
12+
13+

0 commit comments

Comments
 (0)