diff --git a/src/triagebot/zulip-commands.md b/src/triagebot/zulip-commands.md index d764775d..5664382d 100644 --- a/src/triagebot/zulip-commands.md +++ b/src/triagebot/zulip-commands.md @@ -43,7 +43,7 @@ Note that the impersonation functionality is intended for inspecting the status - `@**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)). -- `@**triagebot** assign-prio [ critical | high | medium | low | ]` will assign a priority label to an issue (see [Prioritization][prio]). +- `@**triagebot** assign-prio [ critical | high | medium | low | none ]` will assign a priority label to an issue (see [Prioritization][prio]). "none" will just remove the `I-prioritize` label. [prio]: ../compiler/prioritization.md