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

elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git


The following commit(s) were added to refs/heads/main by this push:
     new fe4386420 protect master branch (#91)
fe4386420 is described below

commit fe43864207549f5e0976f0db734ddc238ebb4340
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Mar 25 14:57:30 2026 -0400

    protect master branch (#91)
---
 .asf.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e96fc1a17..29ccd3ab1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,11 @@
 github:
   description: "Apache Xerces-J"
   homepage: https://xerces.apache.org/xerces2-j/
-  
\ No newline at end of file
+  protected_branches:
+    main:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: true
+      required_pull_request_reviews:
+        require_last_push_approval: true
+        required_approving_review_count: 1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to