Skip to content

Commit 0cf079e

Browse files
committed
Add CODEOWNERS
1 parent 52f603c commit 0cf079e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a case-sensitive file pattern followed by one or more owners.
3+
# Order is important. The last matching pattern has the most precedence.
4+
# More information: https://docs.github.com/en/articles/about-code-owners
5+
#
6+
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
7+
# order.
8+
9+
# Default owners
10+
* @glessard @lorentey @milseman
11+
12+
# Swift CI configuration files
13+
.swiftci/ @shahmishal

0 commit comments

Comments
 (0)