Skip to content

Commit a70b006

Browse files
KobzolMark-Simulacrum
authored andcommitted
Add branch protection for the master-old branch in rustc-dev-guide
1 parent f71674e commit a70b006

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

repos/rust-lang/rustc-dev-guide.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ libs-contributors = "write"
1616
pattern = "master"
1717
ci-checks = ["ci"]
1818
required-approvals = 0
19+
20+
# This branch protection exists for historical reasons
21+
# We had to force-push the whole commit history of rustc-dev-guide
22+
# This branch contains the old commit graph, to keep commit references working
23+
[[branch-protections]]
24+
pattern = "master-old"

0 commit comments

Comments
 (0)