We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f9f20f + fc74c22 commit 3b63a05Copy full SHA for 3b63a05
rust-bors.toml
@@ -1,2 +1,19 @@
1
# 6 hours timeout for CI builds
2
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