Skip to content

Commit

Permalink
Add owners for specific file types
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonjoel committed Nov 14, 2023
1 parent fd51a39 commit ffd1f88
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Default code owners for the repository
* @bkeryan @cumitche
* @bkeryan @cumitche

# .proto files
# Default code owners by file type
*.md @bkeryan @cumitche @nstokes-nati
*.proto @ccifra @jasonmreding
/ni/ @ccifra @jasonmreding

# Code owners for specific APIs (e.g. /ni/grpcdevice/)

0 comments on commit ffd1f88

Please sign in to comment.