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

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


The following commit(s) were added to refs/heads/main by this push:
     new e41407ea4 Move main -> fdbmain
e41407ea4 is described below

commit e41407ea42d0a2d5ba656f4555c2f2295fbf3033
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Jun 7 15:30:47 2022 -0400

    Move main -> fdbmain
    
    As per ML discussion 5 days ago 
https://lists.apache.org/thread/x4lc6vhthj1vkt2xpd0ox5osh959qsc4
---
 .asf.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7414aaa99..d8d34ac5f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,11 +22,17 @@ github:
     rebase: true
     merge: true
   protected_branches:
-    main:
+    fdbmain:
       required_status_checks:
         strict: true
         contexts:
           - continuous-integration/jenkins/pr-merge
+    # comment out before switching 3.x -> main
+    # main:
+    #   required_status_checks:
+    #     strict: true
+    #     contexts:
+    #       - continuous-integration/jenkins/pr-merge
     3.x:
       required_status_checks:
         strict: true

Reply via email to