Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 6c11377

Browse files
committed
add the infra team as the reviewer for ci
1 parent 4b0b36b commit 6c11377

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compiler": ["@cramertj", "@pnkfelix", "@eddyb", "@petrochenkov", "@estebank", "@michaelwoerister", "@varkor", "@matthewjasper", "@davidtwco", "@zackmdavis", "@oli-obk"],
55
"syntax": ["@pnkfelix", "@petrochenkov", "@michaelwoerister", "@eddyb"],
66
"libs": ["@KodrAus", "@alexcrichton", "@sfackler", "@dtolnay", "@JoshTriplett", "@rkruppe", "@bluss", "@kimundi", "@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum", "@TimNN", "@kennytm", "@aidanhs"],
7+
"infra-ci": ["@alexcrichton", "@Mark-Simulacrum", "@kennytm", "@pietroalbini"],
78
"rustdoc": ["@QuietMisdreavus", "@steveklabnik", "@GuillaumeGomez", "@ollie27"]
89
},
910
"dirs": {
@@ -30,7 +31,10 @@
3031
"src/libterm": ["libs"],
3132
"src/libtest": ["libs"],
3233
"src/libunicode": ["libs", "@SimonSapin"],
33-
"src/rustbook": ["doc"]
34+
"src/rustbook": ["doc"],
35+
"src/ci": ["infra-ci"],
36+
".travis.yml": ["infra-ci"],
37+
"appveyor.yml": ["infra-ci"]
3438
},
3539
"mentions": {
3640
"src/librustdoc/html/static": {

0 commit comments

Comments
 (0)