Skip to content

Commit 3486e4d

Browse files
pnkfelixwesleywiser
authored andcommitted
Update repos/rust-lang/rustc-apfloat.toml
Co-authored-by: Wesley Wiser <[email protected]>
1 parent 88ce5c7 commit 3486e4d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

repos/rust-lang/rustc-apfloat.toml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@ description = 'Rust port of C++ llvm::APFloat library'
77
# crate. We will tackle that later.
88
bots = ["rustbot", "rfcbot"]
99

10-
# For the initial setup, we are just giving {eddyb, wesleywiser, pnkfelix}
11-
# maintainer permissions. Later we will figure out what permissions to give to
12-
# the rest of T-compiler, compiler-contributors, et cetera.
13-
[access.individuals]
14-
eddyb = 'maintain'
15-
pnkfelix = 'maintain'
16-
wesleywiser = 'maintain'
17-
18-
# ... however, the CI for the teams repo will not accept this config without
19-
# *some* access.teams section. So we'll give compiler/compiler-contributors
20-
# the least-privileged access for the short term, solely to placate the CI.
2110
[access.teams]
22-
compiler = 'read'
23-
compiler-contributors = 'read'
11+
compiler = 'maintain'
12+
compiler-contributors = 'maintain'
2413

2514
# Likewise, eventually we may want a branch protections section, but we will
2615
# tackle that later.

0 commit comments

Comments
 (0)