Skip to content

Commit f0b6292

Browse files
Merge pull request #449 from camelid/triagebot-ack-all
Update triagebot page for `ack all`
2 parents e559224 + 0bd773e commit f0b6292

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/platforms/zulip/triagebot.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can drop your claim to the issue via `@rustbot release-assignment`; Rust tea
2525

2626
Soon (when the "highfive" bot migration will be complete, see [rust-lang/highfive#258](https://github.com/rust-lang/highfive/pull/258)), `r?` will also assign reviewers to PRs, though unlike issues, non-team members cannot be assigned. Anyone can invoke the command.
2727

28-
To enable on a repository, add the following to a triagebot.toml file in the repository root.
28+
To enable on a repository, add the following to a `triagebot.toml` file in the repository root.
2929

3030
```toml
3131
[assign]
@@ -39,7 +39,7 @@ Each registered team member has a notifications page at:
3939

4040
This page is populated from direct mentions (@user) and team mentions (@rust-lang/libs) across the rust-lang organization.
4141

42-
It can also be edited via Zulip by [private-messaging triagebot](https://rust-lang.zulipchat.com/#narrow/pm-with/261224-triage-rust-lang-bot). Any Rust organization member can edit their notifications page, or pages of other Rust organization team members. To do so, the editor must have a `zulip-id` listed in their people/username.toml file in the [team repository](https://github.com/rust-lang/team/). The bot will tell you which ID to use when talking to it for the first time; please `r? @Mark-Simulacrum` on PRs adding Zulip IDs.
42+
It can also be edited via Zulip by [private-messaging triagebot](https://rust-lang.zulipchat.com/#narrow/pm-with/261224-triage-rust-lang-bot). Any Rust organization member can edit their notifications page, or pages of other Rust organization team members. To do so, the editor must have a `zulip-id` listed in their `people/username.toml` file in the [team repository](https://github.com/rust-lang/team/). The bot will tell you which ID to use when talking to it for the first time; please `r? @Mark-Simulacrum` on PRs adding Zulip IDs.
4343

4444
The following commands are supported:
4545

@@ -48,6 +48,10 @@ The following commands are supported:
4848

4949
These both acknowledge (and remove) a notification from the list.
5050

51+
* `acknowledge all` or `acknowledge *` (or short form `ack all` or `ack *`)
52+
53+
This acknowledges and removes all notifications.
54+
5155
* `add <url> <description... (multiple words)>`
5256

5357
This adds a new notification to the list.

0 commit comments

Comments
 (0)