Skip to content

Commit ee78091

Browse files
committed
Fix-up branch protections
1 parent 1a17958 commit ee78091

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

repos/rust-lang/rust.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,30 @@ merge-bots = ["homu"]
3838
pattern = "beta"
3939
merge-bots = ["homu"]
4040

41+
[[branch-protections]]
42+
pattern = "try"
43+
merge-bots = ["homu"]
44+
45+
[[branch-protections]]
46+
pattern = "auto"
47+
merge-bots = ["homu"]
48+
4149
[[branch-protections]]
4250
pattern = "*"
4351
merge-bots = ["homu"]
4452

4553
[[branch-protections]]
4654
pattern = "*/**/*"
55+
pr-required = false
4756

4857
[[branch-protections]]
4958
pattern = "cargo_update"
59+
pr-required = false
5060

5161
[[branch-protections]]
5262
pattern = "automation/bors/try-merge"
63+
pr-required = false
5364

5465
[[branch-protections]]
5566
pattern = "automation/bors/try"
67+
pr-required = false

0 commit comments

Comments
 (0)