This is an automated email from the ASF dual-hosted git repository.
ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 77ea4c6 Extend branch protection of main branch
77ea4c6 is described below
commit 77ea4c63065c06b12cbc35e083f31ab8d2ff2eb6
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun Nov 5 14:25:11 2023 +0100
Extend branch protection of main branch
Adding strict status check and at least one approval is needed.
---
.asf.yaml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index be0b311..273b5ad 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,5 +14,13 @@ github:
- network-server
- javascript
protected_branches:
- main
+ main:
+ required_status_checks:
+ strict: true
+ required_pull_request_reviews:
+ # Set to true if you want to automatically dismiss approving reviews
when someone pushes a new commit.
+ dismiss_stale_reviews: false
+ # Specifies the number of reviewers required to approve pull requests.
+ # Use a number between 1 and 6 or 0 to not require reviewers.
+ required_approving_review_count: 1