Skip to content

Commit df95fa6

Browse files
committed
[NFC] github: Add code owners for /validation-test/Parse/ and /unittests/Parse/
1 parent 0020254 commit df95fa6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
lib/ASTGen @zoecarver @CodaFi
2424

2525
# Owners of the parser
26-
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
27-
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
28-
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
26+
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
27+
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
28+
/*test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
29+
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
2930

3031
SwiftCompilerSources @eeckstein
3132

0 commit comments

Comments
 (0)