-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rust and other fixes to CODEOWNERS (#8510)
Co-authored-by: Wes Haggard <[email protected]>
- Loading branch information
1 parent
f6264cd
commit c33880c
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,10 @@ | |
##### Samer Alameer @salameer Dev Management | ||
##### Lori Fraleigh @lorifraleigh PM Management | ||
##### Scott Kurtzeborn @Kurtzeborn Eng. Sys. Dev Lead | ||
##### Rick Winter @RickWinter Dev Lead - Go and C++ | ||
##### Rick Winter @RickWinter Dev Lead - C++, Go, and Rust | ||
##### Josh Free @joshfree Dev Lead - Java | ||
##### Jeff Fisher @xirzec Dev Lead - JavaScript | ||
##### Jesse Squire @jsquire Dev Lead - .NET | ||
##### Pallavi Taneja @pallavit Dev Lead - .NET | ||
##### Laurent Mazuel @lmazuel Dev Lead - Python | ||
##### | ||
##### External language experts: | ||
|
@@ -61,6 +60,7 @@ | |
/docs/policies/ @Kurtzeborn @weshaggard @salameer | ||
/docs/python/ @johanste @salameer @annatisch | ||
/docs/redirects/ @lfraleigh | ||
/docs/rust/ @heaths @JeffreyRichter @RickWinter | ||
/docs/tables/ @bterlson @KrzysztofCwalina @JeffreyRichter @johanste @JonathanGiles | ||
/docs/typescript/ @bterlson @salameer @xirzec | ||
/eng/ @weshaggard | ||
|
@@ -95,6 +95,9 @@ | |
/**/go.md @ronniegeraghty @gracewilcox | ||
/**/go.yml @ronniegeraghty @gracewilcox | ||
/**/go-packages.csv @ronniegeraghty @gracewilcox @mario-guerra @scottaddie | ||
/**/rust.md @ronniegeraghty @heaths | ||
/**/rust.yml @ronniegeraghty @heaths | ||
Check failure on line 99 in .github/CODEOWNERS
|
||
/**/rust-packages.csv @ronniegeraghty @heaths | ||
|
||
################################################################################ | ||
# Event yml files and CODEOWNERS should be near the bottom of CODEOWNERS files # | ||
|