Skip to content

Commit

Permalink
Add crates-io-admin permission (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Jan 24, 2024
1 parent f57f1fe commit 7ba6f21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ permissions-bors-repos = [
permissions-bools = [
"perf",
"crater",
"crates-io-admin",
"dev-desktop",
"sync-team-confirmation",
]
2 changes: 2 additions & 0 deletions docs/toml-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ permissions are available:
perf = true
# Grants access to the @craterbot GitHub bot
crater = true
# Grants admin access on crates.io
crates-io-admin = true
# Grants `@bors r+` rights in the repo `rust-lang/some-repo`
bors.some-repo.review = true
# Grants `@bors try` rights in the repo `rust-lang/some-repo`.
Expand Down
3 changes: 3 additions & 0 deletions teams/crates-io.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ alumni = [
"wycats",
]

[permissions]
crates-io-admin = true

[[github]]
orgs = ["rust-lang", "conduit-rust"]

Expand Down

0 comments on commit 7ba6f21

Please sign in to comment.