Skip to content

Commit

Permalink
Update repos/rust-lang/rustc-apfloat.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Wiser <wwiser@gmail.com>
  • Loading branch information
2 people authored and Mark-Simulacrum committed Jul 13, 2023
1 parent 88ce5c7 commit 3486e4d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions repos/rust-lang/rustc-apfloat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,9 @@ description = 'Rust port of C++ llvm::APFloat library'
# crate. We will tackle that later.
bots = ["rustbot", "rfcbot"]

# For the initial setup, we are just giving {eddyb, wesleywiser, pnkfelix}
# maintainer permissions. Later we will figure out what permissions to give to
# the rest of T-compiler, compiler-contributors, et cetera.
[access.individuals]
eddyb = 'maintain'
pnkfelix = 'maintain'
wesleywiser = 'maintain'

# ... however, the CI for the teams repo will not accept this config without
# *some* access.teams section. So we'll give compiler/compiler-contributors
# the least-privileged access for the short term, solely to placate the CI.
[access.teams]
compiler = 'read'
compiler-contributors = 'read'
compiler = 'maintain'
compiler-contributors = 'maintain'

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

0 comments on commit 3486e4d

Please sign in to comment.