This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch update_asfyaml_on_main
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit 36748fee0d14b34d4006240d2ff08a9d8bd2dbcd
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Feb 20 15:59:19 2025 -0800

    Update .asf.yaml:
---
 .asf.yaml | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 50695edc..5628899f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,15 +4,24 @@ github:
   ghp_branch: gh-pages
   ghp_path: /docs
 
-  master:
-    required_status_checks:
-      # strict means "Require branches to be up to date before merging."
-      strict: true
-
-    required_pull_request_reviews:
-      dismiss_stale_reviews: true
-      required_approving_review_count: 1
+  protected_branches:
+    main:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging."
+        strict: true
 
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        equired_approving_review_count: 1
+      
+      # squash or rebase must be allowed in the repo for this setting to be 
set to true.
+      required_linear_history: false
+      
+      required_signatures: false
+      
+      # requires all conversations to be resolved before merging is possible
+      required_conversation_resolution: false
+      
   dependabot_alerts:  true
   dependabot_updates: false
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to