Skip to content

Commit b801eae

Browse files
authored
Small fix to zulip command syntax (#1049)
1 parent 502727e commit b801eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/triagebot/zulip-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that the impersonation functionality is intended for inspecting the status
4343
- `@**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.
4444
- `@**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).
4545
- `@**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)).
46-
- `@**triagebot** assign-prio <issue #> [ critical | high | medium | low | <empty>]` will assign a priority label to an issue (see [Prioritization][prio]).
46+
- `@**triagebot** assign-prio <issue #> [ critical | high | medium | low | none ]` will assign a priority label to an issue (see [Prioritization][prio]). "none" will just remove the `I-prioritize` label.
4747

4848
[prio]: ../compiler/prioritization.md
4949

0 commit comments

Comments
 (0)