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

glynnbird pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f648c8  asf.yaml format update as syntax was out-of-date (#353)
2f648c8 is described below

commit 2f648c8927f1da33261a802c041e817a6d88f1b3
Author: Glynn Bird <[email protected]>
AuthorDate: Wed Jul 23 16:15:21 2025 +0100

    asf.yaml format update as syntax was out-of-date (#353)
    
    Co-authored-by: Glynn Bird <[email protected]>
---
 .asf.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3d9e9c2..f74ca2d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,5 +7,8 @@ github:
     - nano
     - nodejs
   protected_branches:
-    main
+    main:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: true
 

Reply via email to