Skip to content

Commit eef4487

Browse files
authored
Merge pull request #119 from apple/maxd/add-codeowners
Create CODEOWNERS, add entries for static linking
2 parents d17a242 + c106b1e commit eef4487

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
/test-static* @MaxDesiatov @etcwilde

0 commit comments

Comments
 (0)