This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch enable-branch-protection-for-3.5.0 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 17a9e9be63c32a9a28bd19eee1e7acc6b6b4af71 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
