Skip to content

Commit fc74c22

Browse files
committed
Add approval blocking labels for new bors
1 parent 8f08b3a commit fc74c22

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)