Skip to content

Commit c2b76e4

Browse files
authored
Merge pull request #677 from ehuss/remove-highfive
2 parents 7932498 + 0acb403 commit c2b76e4

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

src/infra/service-infrastructure.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ your own work, please let the infrastructure team know.
1313

1414
[rust-central-station]: https://github.com/rust-lang/rust-central-station
1515

16-
## Highfive
17-
18-
[Highfive](https://github.com/rust-lang/highfive) is a bot
19-
([bot user account](https://github.com/rust-highfive)) which welcomes newcomers
20-
and assigns reviewers.
21-
22-
> **Note**: Highfive is currently being replaced by [rustbot](#rustbot). This
23-
> service will be shut down in the future once the migration is complete.
24-
2516
## Rust Log Analyzer
2617

2718
The [Rust Log Analyzer](https://github.com/rust-lang/rust-log-analyzer)
@@ -138,5 +129,11 @@ Tracker](https://alexcrichton.github.io/rust-ci-timing-tracker/) tracks and
138129
compares how long CI jobs take over time. It is run by [Alex
139130
Crichton](https://github.com/alexcrichton/rust-ci-timing-tracker).
140131

141-
[crates.io]: https://crates.io/
132+
## Highfive (retired)
133+
134+
[Highfive](https://github.com/rust-lang/highfive) is a bot
135+
([bot user account](https://github.com/rust-highfive)) which was previously
136+
used to welcome newcomers and assigned reviewers. This service has been
137+
replaced with [rustbot](#rustbot).
142138

139+
[crates.io]: https://crates.io/

src/infra/team-maintenance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ To make a full team member, the following places need to be modified:
4040

4141
Remove the team member from any and all places:
4242

43-
- [highfive]
4443
- 1password
4544
- The [GitHub team][gh-team], [GitHub nursery team][gh-nursery-team]
4645
- [team repo]
@@ -49,7 +48,6 @@ Remove the team member from any and all places:
4948

5049
[gh-team]: https://github.com/orgs/rust-lang/teams
5150
[gh-nursery-team]: https://github.com/orgs/rust-lang-nursery/teams
52-
[highfive]: https://github.com/rust-lang/highfive/tree/master/highfive/configs
5351
[team repo]: https://github.com/rust-lang/team/tree/master/teams
5452
[team website]: https://www.rust-lang.org/governance
5553
[toolstate notifications]: https://github.com/rust-lang/rust/blob/master/src/tools/publish_toolstate.py

src/platforms/zulip/triagebot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ You can drop your claim to the issue via `@rustbot release-assignment`; Rust tea
2323

2424
`@rustbot assign @user` can be used only by Rust team members and will assign that user to the issue (with same rules as before -- either directly or indirectly).
2525

26-
Soon (when the "highfive" bot migration will be complete, see [rust-lang/highfive#258](https://github.com/rust-lang/highfive/pull/258)), `r?` will also assign reviewers to PRs, though unlike issues, non-team members cannot be assigned. Anyone can invoke the command.
26+
The assignment handler also handles automatic assignment of PR reviewers and for the `r?` command to reassign reviewers.
27+
See [the Assignment documentation](https://github.com/rust-lang/triagebot/wiki/Assignment) for more details.
2728

2829
To enable on a repository, add the following to a `triagebot.toml` file in the repository root.
2930

0 commit comments

Comments
 (0)