From 7350f59147bf55277eb8de843045e110c4d3cfbc Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 13 Aug 2025 13:36:13 +0200 Subject: [PATCH] document triagebot backport command --- src/rustdoc/proposals-and-stabilization.md | 1 + src/triagebot/zulip-commands.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/rustdoc/proposals-and-stabilization.md b/src/rustdoc/proposals-and-stabilization.md index 34037460..e7693a14 100644 --- a/src/rustdoc/proposals-and-stabilization.md +++ b/src/rustdoc/proposals-and-stabilization.md @@ -74,6 +74,7 @@ A good proposal will address the following: did you pick this design? [rfcs]: https://github.com/rust-lang/rfcs +[rust]: https://github.com/rust-lang/rust [Haddock]: https://haskell-haddock.readthedocs.io/latest/ [Wikipedia]: https://www.wikipedia.org/ [Racket]: https://docs.racket-lang.org/ diff --git a/src/triagebot/zulip-commands.md b/src/triagebot/zulip-commands.md index d4f03878..ab9aa921 100644 --- a/src/triagebot/zulip-commands.md +++ b/src/triagebot/zulip-commands.md @@ -40,6 +40,7 @@ Note that the impersonation functionality is intended for inspecting the status - *Rust Project Goals* commands serve for controlling Rust Project Goal tracking. - `@triagebot ping-goals `: For use by the goals team to ping goal owners on Zulip to give an update on their goal. Will not ping if there has been a comment in `` days. `` is a string to say when the next blog update will start. - `@triagebot docs-update`: Generates a Pull Request ([example](https://github.com/rust-lang/rust/pull/141923)) to update the documentation submodules. See [Documentation Updates](doc-updates.md). +- `@triagebot backport [stable | beta ] [approve | decline ] ` (example: "@triagebot backport beta approve 123456") Will post a comment on GitHub to approve or decline a PR backport (see [Backports](../compiler/backports.md)). ## Implementation