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:55 UTC

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

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