Skip to content

Commit 0b714f9

Browse files
authored
Merge pull request #452 from JohnTitor/libc-team
Set up libc team to give members bors perms
2 parents c00b329 + 478710d commit 0b714f9

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

people/gnzlbg.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ github = "gnzlbg"
33
github-id = 904614
44

55
[permissions]
6-
bors.libc.review = true
76
bors.stdarch.review = true

people/malbarbo.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

teams/libc.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "libc"
2+
3+
[people]
4+
leads = []
5+
members = [
6+
"JohnTitor",
7+
"joshtriplett",
8+
]
9+
10+
[permissions]
11+
bors.libc.review = true
12+
13+
[[github]]
14+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)