File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/doc/contrib/src/process Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,18 +95,19 @@ implemented.
9595The 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
Original file line number Diff line number Diff 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
114114may take at least a few days for someone to respond. If you don't get a
115115response 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
You can’t perform that action at this time.
0 commit comments