Skip to content

Commit

Permalink
config file to control permission for new rustc-apfloat crate that ed…
Browse files Browse the repository at this point in the history
…dyb and wesley are providing.
  • Loading branch information
pnkfelix committed Jul 13, 2023
1 parent e6a0b04 commit a8edb36
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions repos/rust-lang/rustc-apfloat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
org = 'rust-lang'
name = 'rustc-apfloat'
description = 'Rust port of C++ llvm::APFloat library'

# For the initial setup, we are not including bors in our list of bots, because
# we do not have any Continuous Integration setup yet for the rustc-apfloat
# 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'

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

0 comments on commit a8edb36

Please sign in to comment.