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

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

commit 4c030e042fb1ae2e9e0293b7b60fe0c6bba2b9a6
Author: Lee Rhodes <[email protected]>
AuthorDate: Wed Feb 19 10:27:41 2025 -0800

    add branch protection
---
 .asf.yaml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 15e33a50..c32dd91a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,2 +1,12 @@
 github:
-  homepage: https://datasketches.apache.org
\ No newline at end of file
+  homepage: https://datasketches.apache.org
+  ghp_branch: gh-pages
+  ghp_path: /docs
+
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        required_approving_review_count: 1
+      required_signatures: false
+      required_conversation_resolution: false
\ No newline at end of file


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

Reply via email to