Skip to content

Commit 1cac475

Browse files
Rollup merge of #157798 - Kobzol:crater-block-bors, r=jieyouxu
Prevent approving PRs that wait for Crater or formal decisions Context: https://rust-lang.zulipchat.com/#narrow/channel/122651-general/topic/PR.20got.20merged.20without.20crater.20.26.20FCP/with/602435654
2 parents cd9a0cf + c15d9ab commit 1cac475

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

rust-bors.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ labels_blocking_approval = [
2626
"S-waiting-on-t-clippy",
2727
# PR manually set to blocked
2828
"S-blocked",
29+
# Needs a Crater run before being approved
30+
"needs-crater",
31+
# Needs a formal decision to be made
32+
"needs-rfc",
33+
"needs-fcp",
34+
"needs-acp",
35+
"needs-mcp",
36+
# A PR in the Rust reference must be done first
37+
"needs-reference-pr"
2938
]
3039

3140
# If CI runs quicker than this duration, consider it to be a failure

0 commit comments

Comments
 (0)