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 7eaba831a Protect 3.5.x branch
7eaba831a is described below
commit 7eaba831af58a0f180b7b154aa492028870e0999
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon May 5 13:10:31 2025 -0400
Protect 3.5.x branch
---
.asf.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 92afea9e4..3e9abc121 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,6 +40,9 @@ github:
strict: true
contexts:
- continuous-integration/jenkins/pr-merge
+ 3.5.x:
+ required_status_checks:
+ strict: true
3.4.x:
required_status_checks:
strict: true