Skip to content

Commit 2057eac

Browse files
authored
NFC: add code owners for C++ interop
This teaches GitHub to automatically add the three of us as reviewers to patches that alter the source files specific to C++ interop. This doesn't mean that all of the people added as reviewers must necessarily review a patch, is just makes it more straightforward for folks who don't have commit access to request reviews for their patches.
1 parent 89c032c commit 2057eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@
66
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
77
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
88
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
9+
10+
# C++ Interop
11+
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
12+
test/Interop/Cxx @zoecarver @hyp @egorzhdan
13+
test/Interop/SwiftToCxx @zoecarver @hyp @egorzhdan

0 commit comments

Comments
 (0)