Skip to content

Commit

Permalink
Add code owners for the parser
Browse files Browse the repository at this point in the history
This will allow @ahoppen @bnbarham @CodaFi @DougGregor and @rintaro to be notified when changes are made to the parser to make sure corresponding changes are also done in the new parser, implemented inside the swift-syntax repo.
  • Loading branch information
ahoppen committed Sep 28, 2022
1 parent 8491f52 commit e1f9021
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.

# Owners of the parser
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro

0 comments on commit e1f9021

Please sign in to comment.