Skip to content

Commit 0d5b4b7

Browse files
authored
Merge pull request #453 from Sakib25800/fix-example-config
Fix example config file
2 parents 1477f84 + 6bbc841 commit 0d5b4b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust-bors.example.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ timeout = 3600
77
# (Optional, defaults to false)
88
merge_queue_enabled = true
99

10+
# Labels that will block approval when present on a PR
11+
# (Optional)
12+
labels_blocking_approval = ["final-comment-period", "proposed-final-comment-period"]
13+
1014
# Labels that should be set on a PR after an event happens.
1115
# "+<label>" adds the label, while "-<label>" removes the label after the event.
1216
# Supported events:
@@ -22,7 +26,3 @@ unapproved = ["-approved"]
2226
try_failed = []
2327
auto_build_succeeded = ["+foo", "+bar"]
2428
auto_build_failed = ["+foo", "+bar"]
25-
26-
# Labels that will block approval when present on a PR
27-
# (Optional)
28-
labels_blocking_approval = ["final-comment-period", "proposed-final-comment-period"]

0 commit comments

Comments
 (0)