Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/triagebot/zulip-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ You can send these commands as a direct message to the [triagebot][triagebot-dm]
- `whoami`: shows the Rust teams that you are a part of
- `lookup github <zulip-name>`: lookup the GitHub username of a user by their Zulip name
- `lookup zulip <github-username>`: lookup the Zulip name of a user by their GitHub username
- `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`)
- `team-stats <team-name>`: show the review workqueue statistics of all members of the given team
- `team-stats <team-name> <repo>`: show the review workqueue statistics of all members of the given
team in the context of a given repository (i.e. considering that repository's `triagebot.toml`)
Expand Down