Skip to content

Commit 7350f59

Browse files
committed
document triagebot backport command
1 parent 56e9945 commit 7350f59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/rustdoc/proposals-and-stabilization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ A good proposal will address the following:
7474
did you pick this design?
7575

7676
[rfcs]: https://github.com/rust-lang/rfcs
77+
[rust]: https://github.com/rust-lang/rust
7778
[Haddock]: https://haskell-haddock.readthedocs.io/latest/
7879
[Wikipedia]: https://www.wikipedia.org/
7980
[Racket]: https://docs.racket-lang.org/

src/triagebot/zulip-commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Note that the impersonation functionality is intended for inspecting the status
4040
- *Rust Project Goals* commands serve for controlling Rust Project Goal tracking.
4141
- `@triagebot ping-goals <threshold> <next-update>`: 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 `<threshold>` days. `<next-update>` is a string to say when the next blog update will start.
4242
- `@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).
43+
- `@triagebot backport [stable | beta ] [approve | decline ] <PR>` (example: "@triagebot backport beta approve 123456") Will post a comment on GitHub to approve or decline a PR backport (see [Backports](../compiler/backports.md)).
4344

4445
## Implementation
4546

0 commit comments

Comments
 (0)