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
2 changes: 2 additions & 0 deletions src/triagebot/zulip-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can send these commands as a direct message to the [triagebot][triagebot-dm]
- `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
- `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`)
- Reviewer workqueue commands, which are documented [here](review-queue-tracking.md#usage).
- Notification commands, which are documented [here](notifications.md#usage).

Expand Down