Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,18 @@ triage = "write"

[[branch-protections]]
pattern = "main"
merge-bots = ["homu", "bors"]
merge-bots = ["bors"]

[[branch-protections]]
pattern = "stable"
merge-bots = ["homu", "bors"]
merge-bots = ["bors"]

[[branch-protections]]
pattern = "beta"
merge-bots = ["homu", "bors"]
merge-bots = ["bors"]

[[branch-protections]]
pattern = "*"
merge-bots = ["homu"]

[[branch-protections]]
pattern = "*/**/*"
Expand Down Expand Up @@ -75,18 +74,6 @@ merge-bots = ["bors"]
pattern = "automation/bors/auto-merge"
merge-bots = ["bors"]

# Required for running try builds created by homu.
# Must support force-pushes.
[[branch-protections]]
pattern = "try"
merge-bots = ["homu"]

# Required for running auto (merge) builds created by homu.
# Must support force-pushes.
[[branch-protections]]
pattern = "auto"
merge-bots = ["homu"]

# Required for unrolled PR builds created by perfbot.
# Must support force-pushes.
[[branch-protections]]
Expand All @@ -100,4 +87,4 @@ pattern = "perf-tmp"
merge-bots = ["rust-timer"]

[environments.bors]
branches = ["auto", "automation/bors/auto", "automation/bors/try", "try", "try-perf"]
branches = ["automation/bors/auto", "automation/bors/try", "try-perf"]