You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/triagebot/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,10 @@ The following pages explain the syntax needed for each feature.
32
32
33
33
For example, the `rust-lang/rust` configuration file is at <https://github.com/rust-lang/rust/blob/master/triagebot.toml>.
34
34
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.
0 commit comments