Add approval blocking labels for new bors
This commit is contained in:
parent
8f08b3a324
commit
fc74c2272b
1 changed files with 17 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue