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

Commit 4332067

Browse files
authored
Merge pull request #287 from Mark-Simulacrum/update
Update highfive's configs
2 parents 14e2c50 + ac3978f commit 4332067

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"compiler-team": ["@eddyb", "@estebank", "@matthewjasper",
55
"@oli-obk", "@petrochenkov", "@varkor"],
66
"compiler-team-contributors": ["@davidtwco", "@ecstatic-morse", "@lcnr"],
7-
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe",
7+
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett",
88
"@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum",
99
"@kennytm", "@LukasKalbertodt", "@KodrAus"],
1010
"infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"],
11-
"rustdoc": ["@steveklabnik", "@GuillaumeGomez", "@ollie27"]
11+
"rustdoc": ["@jyn514", "@GuillaumeGomez", "@ollie27"]
1212
},
1313
"dirs": {
1414
".github/workflows": ["infra-ci"],

highfive/tests/test_newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def test_with_dirs(self):
11641164
chosen_reviewers, mentions = self.choose_reviewers(
11651165
self.fakes['diff']['normal'], "nikomatsakis"
11661166
)
1167-
assert set(["pnkfelix", "nrc", "aturon"]) == chosen_reviewers
1167+
assert set(["pnkfelix", "nrc"]) == chosen_reviewers
11681168
assert set([()]) == mentions
11691169

11701170
def test_with_dirs_no_intersection(self):

0 commit comments

Comments
 (0)