Skip to content

Commit 22f6bc7

Browse files
committed
Test branch protection on deletion-test
This commit introduces branch protection on a special purpose branch `deletion-test` to allow testing disrupting changes without endangering `master`.
1 parent 404922c commit 22f6bc7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.asf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
github:
1717
description: "Apache Commons Compress"
1818
homepage: https://commons.apache.org/compress/
19+
# Branch protection rules:
20+
# https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branchpro
21+
protected_branches:
22+
# Temporary rule to test if branch protection covers branch deletion
23+
deletion-test: { }
1924

2025
notifications:
2126
commits: commits@commons.apache.org

0 commit comments

Comments
 (0)