Skip to content

Commit f71674e

Browse files
authored
Add branch protection to glob (#1631)
CI now has a `success` job that we can protect on, which should make auto-merge possible.
1 parent cfe68ea commit f71674e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/rust-lang/glob.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ bots = []
66

77
[access.teams]
88
crate-maintainers = 'maintain'
9+
10+
[[branch-protections]]
11+
pattern = "master"
12+
ci-checks = ["success"]
13+
required-approvals = 0

0 commit comments

Comments
 (0)