This is an automated email from the ASF dual-hosted git repository. glynnbird pushed a commit to branch asf in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
commit 2d729132017591efd8ff3632845c4a9c79e96099 Author: Glynn Bird <[email protected]> AuthorDate: Wed Jul 23 16:13:09 2025 +0100 asf.yaml format update as syntax was out-of-date --- .asf.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 3d9e9c2..f74ca2d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -7,5 +7,8 @@ github: - nano - nodejs protected_branches: - main + main: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: true
