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.
95
95
The Cargo project uses several bots:
96
96
97
97
* [ 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.
99
100
* [ bors] is used to merge PRs. See [ The merging process] .
100
101
* [ triagebot] is used for assigning issues to non-members, see [ Issue
101
102
assignment] ( #issue-assignment ) .
102
103
* [ rfcbot] is used for making asynchronous decisions by team members.
103
104
104
- [ rust-highfive ] : https://github.com/rust-highfive
105
105
[ bors ] : https://buildbot2.rust-lang.org/homu/
106
106
[ The merging process ] : working-on-cargo.md#the-merging-process
107
107
[ GitHub Actions ] : https://github.com/features/actions
108
108
[ triagebot ] : https://github.com/rust-lang/triagebot/wiki
109
109
[ rfcbot ] : https://github.com/rust-lang/rfcbot-rs
110
+ [ Assignment ] : https://github.com/rust-lang/triagebot/wiki/Assignment
110
111
111
112
## Issue assignment
112
113
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ open a Pull Request
110
110
#1234 to the PR. When the PR is merged, GitHub will automatically close the
111
111
issue.
112
112
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
114
114
may take at least a few days for someone to respond. If you don't get a
115
115
response in over a week, feel free to ping the assigned reviewer.
116
116
@@ -162,7 +162,6 @@ more information on how Cargo releases are made.
162
162
[ how-to-clone ] : https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
163
163
[ Testing chapter ] : ../tests/index.md
164
164
[ 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
166
165
[ bors ] : https://buildbot2.rust-lang.org/homu/
167
166
[ `@bors` ] : https://github.com/bors
168
167
[ homu-cargo ] : https://buildbot2.rust-lang.org/homu/queue/cargo
You can’t perform that action at this time.
0 commit comments