Skip to content

Commit

Permalink
Add promote-release repository under automation (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol authored Jan 23, 2024
1 parent 6965e53 commit c2bb14a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions repos/rust-lang/promote-release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
org = "rust-lang"
name = "promote-release"
description = "Tooling to publish Rust releases."
bots = []

[access.teams]
infra = "write"

[[branch-protections]]
pattern = "master"
ci-checks = [
"Local release (beta)",
"Local release (nightly)",
"Local release (stable)",
"Build Docker image",
"Test",
]
required-approvals = 0

0 comments on commit c2bb14a

Please sign in to comment.