From 7a4909e6ab49f47fb4d807c1f7d8e81c5e9835e5 Mon Sep 17 00:00:00 2001 From: David Wood Date: Thu, 29 Jan 2026 11:42:46 +0000 Subject: [PATCH] document repo-aware team-stats --- src/triagebot/zulip-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/triagebot/zulip-commands.md b/src/triagebot/zulip-commands.md index ab9aa921..070c0dd1 100644 --- a/src/triagebot/zulip-commands.md +++ b/src/triagebot/zulip-commands.md @@ -15,6 +15,8 @@ You can send these commands as a direct message to the [triagebot][triagebot-dm] - `lookup github `: lookup the GitHub username of a user by their Zulip name - `lookup zulip `: lookup the Zulip name of a user by their GitHub username - `team-stats `: show the review workqueue statistics of all members of the given team +- `team-stats `: 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).