You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/triagebot/zulip-commands.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ You can send these commands as a direct message to the [triagebot][triagebot-dm]
14
14
-`whoami`: shows the Rust teams that you are a part of
15
15
-`lookup github <zulip-name>`: lookup the GitHub username of a user by their Zulip name
16
16
-`lookup zulip <github-username>`: lookup the Zulip name of a user by their GitHub username
17
+
-`unlock [--org <org>] <repo> <issue-id>`: permits unlocking a given issue or pull request (default org: rust-lang)
17
18
-`user-info <user-name> [--org <org>]`: show basic information about the given GitHub account, including its recent comments and PRs created in the given GitHub organization (`org`)
18
19
-`team-stats <team-name>`: show the review workqueue statistics of all members of the given team
19
20
-`team-stats <team-name> <repo>`: show the review workqueue statistics of all members of the given
@@ -44,6 +45,7 @@ Note that the impersonation functionality is intended for inspecting the status
44
45
-`@**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).
45
46
-`@**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
47
-`@**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.
48
+
-`@**triagebot** unlock [--org <org>] <repo> <issue-id>`: permits unlocking a given issue or pull request (default org: rust-lang).
0 commit comments