Skip to content

Commit 44a7289

Browse files
committed
[NFC] github: Add code owners for validation-test/Parse/ and unittests/Parse/
1 parent 04974c8 commit 44a7289

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
@@ -37,9 +37,10 @@ lib/Driver @artemcm
3737
test/Driver @artemcm
3838

3939
# Owners of the parser
40-
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
41-
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
42-
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
40+
/include/swift/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
41+
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
42+
/*test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
43+
/unittests/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
4344

4445
SwiftCompilerSources @eeckstein
4546

0 commit comments

Comments
 (0)