Skip to content

Commit 1c1e9a6

Browse files
committed
Auto merge of #11294 - ehuss:highfive-docs, r=weihanglo
Update contrib docs for highfive transition As of #11293, this repo is now using triagebot (AKA `@rustbot)` for auto-assignment of PRs. This PR updates the contributor documentation to accommodate this change.
2 parents 1cb94b0 + cf38262 commit 1c1e9a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/doc/contrib/src/process/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,19 @@ implemented.
9595
The Cargo project uses several bots:
9696

9797
* [GitHub Actions] are used to automatically run all tests for each PR.
98-
* [rust-highfive] automatically assigns reviewers for PRs.
98+
* [triagebot] automatically assigns reviewers for PRs, see [Assignment] for
99+
how to configure.
99100
* [bors] is used to merge PRs. See [The merging process].
100101
* [triagebot] is used for assigning issues to non-members, see [Issue
101102
assignment](#issue-assignment).
102103
* [rfcbot] is used for making asynchronous decisions by team members.
103104

104-
[rust-highfive]: https://github.com/rust-highfive
105105
[bors]: https://buildbot2.rust-lang.org/homu/
106106
[The merging process]: working-on-cargo.md#the-merging-process
107107
[GitHub Actions]: https://github.com/features/actions
108108
[triagebot]: https://github.com/rust-lang/triagebot/wiki
109109
[rfcbot]: https://github.com/rust-lang/rfcbot-rs
110+
[Assignment]: https://github.com/rust-lang/triagebot/wiki/Assignment
110111

111112
## Issue assignment
112113

src/doc/contrib/src/process/working-on-cargo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ open a Pull Request
110110
#1234 to the PR. When the PR is merged, GitHub will automatically close the
111111
issue.
112112

113-
The [rust-highfive] bot will automatically assign a reviewer for the PR. It
113+
[`@rustbot`] will automatically assign a reviewer for the PR. It
114114
may take at least a few days for someone to respond. If you don't get a
115115
response in over a week, feel free to ping the assigned reviewer.
116116

@@ -162,7 +162,6 @@ more information on how Cargo releases are made.
162162
[how-to-clone]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
163163
[Testing chapter]: ../tests/index.md
164164
[GitHub's keywords]: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue
165-
[rust-highfive]: https://github.com/rust-highfive
166165
[bors]: https://buildbot2.rust-lang.org/homu/
167166
[`@bors`]: https://github.com/bors
168167
[homu-cargo]: https://buildbot2.rust-lang.org/homu/queue/cargo

0 commit comments

Comments
 (0)