This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 22f6bc7f1 Test branch protection on `deletion-test`
22f6bc7f1 is described below

commit 22f6bc7f1bb15b46d0f4be602bfc30df571584b1
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Nov 12 12:21:39 2025 +0100

    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`.
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index bfe85611f..a1d3313e5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,6 +16,11 @@
 github:
   description: "Apache Commons Compress"
   homepage: https://commons.apache.org/compress/
+  # Branch protection rules:
+  # 
https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branchpro
+  protected_branches:
+    # Temporary rule to test if branch protection covers branch deletion
+    deletion-test: { }
 
 notifications:
     commits:      [email protected]

Reply via email to