Skip to content

Commit 9213305

Browse files
committed
Add rustbot to project-stable-mir repository
We have been using the issues in the repository to track the work distribution, and we would like to enable rustbot. We have already added a triagebot.toml file to the repository. Is there anything else that needs to be done?
1 parent 2d557fa commit 9213305

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
org = "rust-lang"
2+
name = "project-stable-mir"
3+
description = "Define compiler intermediate representation usable by external tools"
4+
bots = ["rustbot"]
5+
6+
[access.teams]
7+
project-stable-mir = "write"
8+
9+
[[branch-protections]]
10+
pattern = "main"

0 commit comments

Comments
 (0)