File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,3 +25,42 @@ labels_blocking_approval = [
2525 " S-waiting-on-t-rustdoc-frontend" ,
2626 " S-waiting-on-t-clippy"
2727]
28+
29+ # If CI runs quicker than this duration, consider it to be a failure
30+ min_ci_time = 600
31+
32+ [labels ]
33+ approved = [
34+ " +S-waiting-on-bors" ,
35+ " -S-blocked" ,
36+ " -S-waiting-on-author" ,
37+ " -S-waiting-on-crater" ,
38+ " -S-waiting-on-review" ,
39+ " -S-waiting-on-team"
40+ ]
41+ unapproved = [
42+ " +S-waiting-on-author" ,
43+ " -S-blocked" ,
44+ " -S-waiting-on-bors" ,
45+ " -S-waiting-on-crater" ,
46+ " -S-waiting-on-review" ,
47+ " -S-waiting-on-team"
48+ ]
49+ try_failed = [
50+ " +S-waiting-on-author" ,
51+ " -S-waiting-on-review" ,
52+ " -S-waiting-on-crater"
53+ ]
54+ auto_build_succeeded = [" +merged-by-bors" ]
55+ auto_build_failed = [
56+ " +S-waiting-on-review" ,
57+ " -S-blocked" ,
58+ " -S-waiting-on-bors" ,
59+ " -S-waiting-on-author" ,
60+ " -S-waiting-on-crater" ,
61+ " -S-waiting-on-team"
62+ ]
63+
64+ # Flip this two once new bors is used for actual merges on this repository
65+ merge_queue_enabled = false
66+ report_merge_conflicts = true
You can’t perform that action at this time.
0 commit comments