Skip to content

Commit 4861da4

Browse files
committed
Add example to config
1 parent d53981a commit 4861da4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-bors.example.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ approve = ["+approved"]
1919
try = ["+foo", "-bar"]
2020
try_succeed = ["+foobar", "+foo", "+baz"]
2121
try_failed = []
22+
23+
# Labels that will block approval when present on a PR
24+
# (Optional)
25+
labels_blocking_approval = ["final-comment-period", "proposed-final-comment-period"]

0 commit comments

Comments
 (0)