Skip to content

Commit 3c91f38

Browse files
Merge pull request #1809 from pietroalbini/pa-fls
Track the FLS repo
2 parents c68741b + 17af40b commit 3c91f38

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

repos/rust-lang/fls.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
org = "rust-lang"
2+
name = "fls"
3+
description = "The FLS"
4+
homepage = "https://rust-lang.github.io/fls"
5+
bots = ["rustbot", "rfcbot"]
6+
7+
[access.teams]
8+
lang = "write"
9+
lang-docs = "write"
10+
spec = "write"
11+
spec-contributors = "write"
12+
13+
[[branch-protections]]
14+
pattern = "main"
15+
ci-checks = ["CI finished"]

0 commit comments

Comments
 (0)