Auto merge of #12265 - ehuss:triagebot-links, r=weihanglo

Update triagebot links.

The triagebot documentation has moved as part of https://github.com/rust-lang/rust-forge/pull/687. This updates the links to the new location.
This commit is contained in:
bors 2023-06-13 19:56:57 +00:00
commit 028077394a
3 changed files with 7 additions and 7 deletions

View File

@ -598,7 +598,7 @@
for each revision from the same git repository. for each revision from the same git repository.
[#10690](https://github.com/rust-lang/cargo/pull/1090) [#10690](https://github.com/rust-lang/cargo/pull/1090)
- Cargo contributors can relabel issues via triagebot. - Cargo contributors can relabel issues via triagebot.
[doc](https://github.com/rust-lang/triagebot/wiki/Labeling) [doc](https://forge.rust-lang.org/triagebot/labeling.html)
[#11498](https://github.com/rust-lang/cargo/pull/11498) [#11498](https://github.com/rust-lang/cargo/pull/11498)
- Cargo contributors can write tests in containers. - Cargo contributors can write tests in containers.
[#11583](https://github.com/rust-lang/cargo/pull/11583) [#11583](https://github.com/rust-lang/cargo/pull/11583)

View File

@ -90,7 +90,7 @@ implemented.
The Cargo project uses several bots: The Cargo project uses several bots:
* [GitHub Actions] are used to automatically run all tests for each PR. * [GitHub Actions] are used to automatically run all tests for each PR.
* [triagebot] automatically assigns reviewers for PRs, see [Assignment] for * [triagebot] automatically assigns reviewers for PRs, see [PR Assignment] for
how to configure. how to configure.
* [bors] is used to merge PRs. See [The merging process]. * [bors] is used to merge PRs. See [The merging process].
* [triagebot] is used for assigning issues to non-members, see [Issue * [triagebot] is used for assigning issues to non-members, see [Issue
@ -100,20 +100,20 @@ The Cargo project uses several bots:
[bors]: https://buildbot2.rust-lang.org/homu/ [bors]: https://buildbot2.rust-lang.org/homu/
[The merging process]: working-on-cargo.md#the-merging-process [The merging process]: working-on-cargo.md#the-merging-process
[GitHub Actions]: https://github.com/features/actions [GitHub Actions]: https://github.com/features/actions
[triagebot]: https://github.com/rust-lang/triagebot/wiki [triagebot]: https://forge.rust-lang.org/triagebot/index.html
[rfcbot]: https://github.com/rust-lang/rfcbot-rs [rfcbot]: https://github.com/rust-lang/rfcbot-rs
[Assignment]: https://github.com/rust-lang/triagebot/wiki/Assignment [PR Assignment]: https://forge.rust-lang.org/triagebot/pr-assignment.html
## Issue assignment ## Issue assignment
Normally, if you plan to work on an issue that has been marked with the Normally, if you plan to work on an issue that has been marked with the
[S-accepted] label, it is sufficient just to leave a comment that you are [S-accepted] label, it is sufficient just to leave a comment that you are
working on it. We also have a bot that allows you to formally claim an issue working on it. We also have a bot that allows you to formally claim an issue
by entering the text `@rustbot claim` in a comment. See the [Assignment] docs by entering the text `@rustbot claim` in a comment. See the [Issue Assignment] docs
on how this works. on how this works.
[Assignment]: https://github.com/rust-lang/triagebot/wiki/Assignment [Issue Assignment]: https://forge.rust-lang.org/triagebot/issue-assignment.html
[team]: https://www.rust-lang.org/governance/teams/dev-tools#cargo [team]: https://www.rust-lang.org/governance/teams/dev-tools#cargo
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo [Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo
[issue-feature-request]: https://github.com/rust-lang/cargo/labels/C-feature-request [issue-feature-request]: https://github.com/rust-lang/cargo/labels/C-feature-request

View File

@ -135,7 +135,7 @@ More information about these commands can be found at the [shortcuts documentati
[`S-waiting-on-review`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-review [`S-waiting-on-review`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-review
[`S-waiting-on-author`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-author [`S-waiting-on-author`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-author
[`@rustbot`]: https://github.com/rustbot [`@rustbot`]: https://github.com/rustbot
[shortcuts documentation]: https://github.com/rust-lang/triagebot/wiki/Shortcuts [shortcuts documentation]: https://forge.rust-lang.org/triagebot/shortcuts.html
## The merging process ## The merging process