Skip to content

Commit

Permalink
bors.yaml: re-activate labels check + add block_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 23, 2023
1 parent 5667814 commit a7c4503
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
pr_status = [
"python-tests",
"tools-build-success",
# temporarily disabling while testing updated check-labels-action (#19101)
# "check-labels",
"check-labels",
"static-tests",
"check-commits (commit-msg)",
"check-commits (pr_check)",
Expand All @@ -19,6 +18,8 @@ status = [
"tools-build-success",
]

block_labels = [ "Process: missing approvals" ]

# Number of project members who must approve the PR (using GitHub Reviews)
# before it is pushed to master.
# This necessary even with the check-labels action (which checks for >1 ACKs),
Expand Down

0 comments on commit a7c4503

Please sign in to comment.