You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/06 09:46:54 UTC

[couchdb] branch chore/protec created (now 629f999e2)

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

jan pushed a change to branch chore/protec
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 629f999e2 chore: protect 3.3.x and 3.2.x branches

This branch includes the following new commits:

     new 629f999e2 chore: protect 3.3.x and 3.2.x branches

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: chore: protect 3.3.x and 3.2.x branches

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch chore/protec
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 629f999e2840ce2d1394db376ddbcb5199e70ab2
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jan 6 10:39:52 2023 +0100

    chore: protect 3.3.x and 3.2.x branches
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 2e7f1c7ff..5ecb8c5fe 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,12 @@ github:
         strict: true
         contexts:
           - continuous-integration/jenkins/pr-merge
+    3.3.x:
+      required_status_checks:
+        strict: true
+    3.2.x:
+      required_status_checks:
+        strict: true
     3.1.x:
       required_status_checks:
         strict: true