Skip to content

Commit e1f9021

Browse files
committed
Add code owners for the parser
This will allow @ahoppen @bnbarham @CodaFi @DougGregor and @rintaro to be notified when changes are made to the parser to make sure corresponding changes are also done in the new parser, implemented inside the swift-syntax repo.
1 parent 8491f52 commit e1f9021

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
# Order is important. The last matching pattern has the most precedence.
4+
5+
# Owners of the parser
6+
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
7+
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
8+
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro

0 commit comments

Comments
 (0)