Skip to content

Add approval blocking labels for new bors #144176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
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
17 changes: 17 additions & 0 deletions rust-bors.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# 6 hours timeout for CI builds
timeout = 21600

# Do not allow approving PRs with certain labels
labels_blocking_approval = [
# Waiting for an FCP to finish
"final-comment-period",
"proposed-final-comment-period",
# PRs that were closed or postponed by an FCP
"disposition-close",
"disposition-postpone",
# Waiting for library ACP
"S-waiting-on-ACP",
"S-waiting-on-concerns",
"S-waiting-on-crater",
"S-waiting-on-fcp",
"S-waiting-on-MCP",
"S-waiting-on-team"
]
Loading