Skip to content

Commit ecb1281

Browse files
ehussMark-Simulacrum
authored andcommitted
Fix process for enabling triagebot on a repository.
1 parent 58ada14 commit ecb1281

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/triagebot/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ The following pages explain the syntax needed for each feature.
3232

3333
For example, the `rust-lang/rust` configuration file is at <https://github.com/rust-lang/rust/blob/master/triagebot.toml>.
3434

35-
When first adding `triagebot.toml` to a new repository, you will need to ping `@simulacrum` on the [`#t-infra`](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) Zulip stream to enable the relevant permissions for the automation on the repository.
35+
When first adding `triagebot.toml` to a new repository, you will need to enable permissions for the bot to operate.
36+
This can be done by posting a PR to the [`rust-lang/team`](https://github.com/rust-lang/team) database to add `bots = ["rustbot"]` to the repository in the `repos/rust-lang` directory.
37+
Note that not all repositories are currently managed through the team database.
38+
For those, reach out to the infrastructure team on the [`#t-infra`](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) Zulip stream to enable the relevant permissions for the automation on the repository.
3639

3740
## Common command summary
3841

0 commit comments

Comments
 (0)