Skip to content

Commit 8fab086

Browse files
Merge pull request #1665 from traviscross/TC/add-enzyme-repo
Add repo for Rust-specific soft fork of Enzyme
2 parents 1ccb0a5 + dbec4a3 commit 8fab086

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

repos/rust-lang/enzyme.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
org = "rust-lang"
2+
name = "enzyme"
3+
description = "Rust-specific fork of Enzyme."
4+
bots = []
5+
6+
[access.teams]
7+
bootstrap = "maintain"
8+
compiler = "maintain"
9+
lang = "maintain"
10+
lang-ops = "maintain"
11+
libs = "maintain"
12+
libs-api = "maintain"
13+
release = "maintain"
14+
wg-llvm = "maintain"
15+
16+
[[branch-protections]]
17+
pattern = "rustc/*"
18+
pr-required = false
19+
20+
[[branch-protections]]
21+
pattern = "master"
22+
pr-required = false

0 commit comments

Comments
 (0)