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

tison pushed a commit to branch tisonkun-patch-1
in repository https://gitbox.apache.org/repos/asf/datasketches.git

commit 65cf4adfee45233af43e59f694a8b80ad3e57dcf
Author: tison <[email protected]>
AuthorDate: Wed Jan 21 01:06:47 2026 +0800

    Create .asf.yaml with project settings
    
    Add initial configuration for ASF project in .asf.yaml
---
 .asf.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..608fde7
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,45 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# All configurations could be found here: 
https://github.com/apache/infrastructure-asfyaml/
+
+github:
+  description: A software library of stochastic streaming algorithms, a.k.a. 
sketches.
+  homepage: https://datasketches.apache.org
+  labels:
+    - algorithms
+    - datasketches
+  features:
+    issues: false
+    projects: false
+    discussions: true
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  pull_requests:
+    allow_auto_merge: true
+    allow_update_branch: true
+    del_branch_on_merge: true
+  protected_branches:
+    main: {}
+
+notifications:
+  commits: [email protected]
+  discussions: [email protected]
+  pullrequests_status: [email protected]
+  pullrequests_comment: [email protected]


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

Reply via email to