Skip to content

Commit e89d4d9

Browse files
authored
Merge pull request #61340 from ahoppen/ahoppen/parser-codeowners
Add code owners for the parser
2 parents c7ce7b7 + e1f9021 commit e89d4d9

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)