Skip to content

Commit

Permalink
NFC: add code owners for C++ interop
Browse files Browse the repository at this point in the history
This teaches GitHub to automatically add the three of us as reviewers to patches that alter the source files related 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.
  • Loading branch information
egorzhdan committed Nov 1, 2022
1 parent 89c032c commit ea98bae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro

# C++ Interop
include/swift/ClangImporter @zoecarver @hyp @egorzhdan
include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
lib/ClangImporter @zoecarver @hyp @egorzhdan
lib/PrintAsClang @zoecarver @hyp @egorzhdan
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
test/Interop @zoecarver @hyp @egorzhdan

0 comments on commit ea98bae

Please sign in to comment.