We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd1370 commit 1f4c280Copy full SHA for 1f4c280
rust-bors.example.toml
@@ -8,9 +8,14 @@ timeout = 3600
8
# - try: Try build has started
9
# - try_succeed: Try build has finished
10
# - try_failed: Try build has failed
11
+# - auto_succeed: Auto build has succeeded
12
+# - auto_failed: Auto build has failed
13
+# - conflict: PR has merge conflicts
14
# (Optional)
15
[labels]
-approve = ["+approved"]
16
try = ["+foo", "-bar"]
17
try_succeed = ["+foobar", "+foo", "+baz"]
18
try_failed = []
19
+auto_succeed = ["+merged"]
20
+auto_failed = ["+build-failed"]
21
+conflict = ["+needs-rebase"]
0 commit comments