Skip to content

Commit 8105ef9

Browse files
authored
Merge pull request #1894 from rust-lang/add-branch-protections-for-crates-io-auth-action
add branch protections for crates-io-auth-action
2 parents 7cb869f + 6db1c7e commit 8105ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

repos/rust-lang/crates-io-auth-action.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ bots = []
66
[access.teams]
77
infra-admins = "write"
88
infra = "triage"
9+
10+
[[branch-protections]]
11+
pattern = "main"
12+
ci-checks = ["Conclusion"]
13+
required-approvals = 0

0 commit comments

Comments
 (0)