Skip to content

Commit

Permalink
Merge pull request #119 from apple/maxd/add-codeowners
Browse files Browse the repository at this point in the history
Create CODEOWNERS, add entries for static linking
  • Loading branch information
shahmishal committed Jun 2, 2023
2 parents d17a242 + c106b1e commit eef4487
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,9 @@
# Lines starting with '#' are comments.
# Each line is a case-sensitive file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# More information: https://docs.github.com/en/articles/about-code-owners
#
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
# order.

/test-static* @MaxDesiatov @etcwilde

0 comments on commit eef4487

Please sign in to comment.