Skip to content

Commit 32a52a6

Browse files
authored
Add odht under automation (#1406)
1 parent fa2971c commit 32a52a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

repos/rust-lang/odht.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
org = "rust-lang"
2+
name = "odht"
3+
description = "An on-disk hash table implementation"
4+
bots = []
5+
6+
[access.teams]
7+
compiler = "write"
8+
compiler-contributors = "write"
9+
10+
[[branch-protections]]
11+
pattern = "main"
12+
ci-checks = ["Required Checks Passed"]

0 commit comments

Comments
 (0)