Skip to content

Commit 3b63a05

Browse files
authored
Unrolled build for #144176
Rollup merge of #144176 - Kobzol:bors-labels-blocking, r=oli-obk Add approval blocking labels for new bors If a PR contains these labels, new bors won't let anyone approve it. We don't merge PRs using new bors yet, ofc, but I wanted to prepare this so that I don't forget about it. This was proposed here: [#t-lang/meetings > Triage meeting 2025-07-23 @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/410673-t-lang.2Fmeetings/topic/Triage.20meeting.202025-07-23/near/529407150) and implemented [here](rust-lang/bors#367). CC ````@RalfJung```` r? ````@oli-obk````
2 parents 3f9f20f + fc74c22 commit 3b63a05

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

rust-bors.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# 6 hours timeout for CI builds
22
timeout = 21600
3+
4+
# Do not allow approving PRs with certain labels
5+
labels_blocking_approval = [
6+
# Waiting for an FCP to finish
7+
"final-comment-period",
8+
"proposed-final-comment-period",
9+
# PRs that were closed or postponed by an FCP
10+
"disposition-close",
11+
"disposition-postpone",
12+
# Waiting for library ACP
13+
"S-waiting-on-ACP",
14+
"S-waiting-on-concerns",
15+
"S-waiting-on-crater",
16+
"S-waiting-on-fcp",
17+
"S-waiting-on-MCP",
18+
"S-waiting-on-team"
19+
]

0 commit comments

Comments
 (0)