Skip to content

Commit

Permalink
Merge pull request rust-lang#287 from Mark-Simulacrum/update
Browse files Browse the repository at this point in the history
Update highfive's configs
  • Loading branch information
pietroalbini committed Sep 9, 2020
2 parents 14e2c50 + ac3978f commit 4332067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"compiler-team": ["@eddyb", "@estebank", "@matthewjasper",
"@oli-obk", "@petrochenkov", "@varkor"],
"compiler-team-contributors": ["@davidtwco", "@ecstatic-morse", "@lcnr"],
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett", "@hanna-kruppe",
"libs": ["@sfackler", "@dtolnay", "@JoshTriplett",
"@withoutboats", "@cramertj", "@shepmaster", "@Mark-Simulacrum",
"@kennytm", "@LukasKalbertodt", "@KodrAus"],
"infra-ci": ["@Mark-Simulacrum", "@kennytm", "@pietroalbini"],
"rustdoc": ["@steveklabnik", "@GuillaumeGomez", "@ollie27"]
"rustdoc": ["@jyn514", "@GuillaumeGomez", "@ollie27"]
},
"dirs": {
".github/workflows": ["infra-ci"],
Expand Down
2 changes: 1 addition & 1 deletion highfive/tests/test_newpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def test_with_dirs(self):
chosen_reviewers, mentions = self.choose_reviewers(
self.fakes['diff']['normal'], "nikomatsakis"
)
assert set(["pnkfelix", "nrc", "aturon"]) == chosen_reviewers
assert set(["pnkfelix", "nrc"]) == chosen_reviewers
assert set([()]) == mentions

def test_with_dirs_no_intersection(self):
Expand Down

0 comments on commit 4332067

Please sign in to comment.