Skip to content

Commit b893830

Browse files
committed
document triagebot backport command
1 parent f16978a commit b893830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)