File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,6 @@ merge-bots = ["homu"]
38
38
pattern = " beta"
39
39
merge-bots = [" homu" ]
40
40
41
- [[branch-protections ]]
42
- pattern = " try"
43
- merge-bots = [" homu" ]
44
-
45
- [[branch-protections ]]
46
- pattern = " auto"
47
- merge-bots = [" homu" ]
48
-
49
41
[[branch-protections ]]
50
42
pattern = " *"
51
43
merge-bots = [" homu" ]
@@ -65,3 +57,27 @@ pr-required = false
65
57
[[branch-protections ]]
66
58
pattern = " automation/bors/try"
67
59
pr-required = false
60
+
61
+ # Required for running try builds created by homu.
62
+ # Must support force-pushes.
63
+ [[branch-protections ]]
64
+ pattern = " try"
65
+ merge-bots = [" homu" ]
66
+
67
+ # Required for running auto (merge) builds created by homu.
68
+ # Must support force-pushes.
69
+ [[branch-protections ]]
70
+ pattern = " auto"
71
+ merge-bots = [" homu" ]
72
+
73
+ # Required for unrolled PR builds created by perfbot.
74
+ # Must support force-pushes.
75
+ [[branch-protections ]]
76
+ pattern = " try-perf"
77
+ merge-bots = [" rust-timer" ]
78
+
79
+ # Required for unrolled PR builds created by perfbot.
80
+ # Must support force-pushes.
81
+ [[branch-protections ]]
82
+ pattern = " perf-tmp"
83
+ merge-bots = [" rust-timer" ]
You can’t perform that action at this time.
0 commit comments