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 1a17958 commit ee78091Copy full SHA for ee78091
repos/rust-lang/rust.toml
@@ -38,18 +38,30 @@ merge-bots = ["homu"]
38
pattern = "beta"
39
merge-bots = ["homu"]
40
41
+[[branch-protections]]
42
+pattern = "try"
43
+merge-bots = ["homu"]
44
+
45
46
+pattern = "auto"
47
48
49
[[branch-protections]]
50
pattern = "*"
51
52
53
54
pattern = "*/**/*"
55
+pr-required = false
56
57
58
pattern = "cargo_update"
59
60
61
62
pattern = "automation/bors/try-merge"
63
64
65
66
pattern = "automation/bors/try"
67
0 commit comments