diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index cdfab5d6..f70a9e8c 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -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"], diff --git a/highfive/tests/test_newpr.py b/highfive/tests/test_newpr.py index adfc0769..f95cc426 100644 --- a/highfive/tests/test_newpr.py +++ b/highfive/tests/test_newpr.py @@ -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):