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

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-go-libs.git


The following commit(s) were added to refs/heads/main by this push:
     new a41ff61  Update asf.yaml and README.md
a41ff61 is described below

commit a41ff61a8a4564b14fb754ef4a6ca235e2998041
Author: Dianjin Wang <wangdian...@gmail.com>
AuthorDate: Tue Nov 5 12:01:17 2024 +0800

    Update asf.yaml and README.md
---
 .asf.yaml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md | 11 ++++------
 2 files changed, 79 insertions(+), 7 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..71146f6
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,75 @@
+#
+# 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.
+#
+
+github:
+  description: go-libs for Apache Cloudberry (Incubating)
+  homepage: https://cloudberry.apache.org
+  labels:
+    - mpp
+    - big-data
+    - data-warehouse
+    - data-analysis
+    - olap
+    - distributed-database
+    - database
+    - postgres
+    - postgresql
+    - greenplum
+    - cloudberry
+    - ai
+    - sql
+    - go
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issues management
+    issues: true
+    # Enable projects for project management boards
+    projects: false
+  enabled_merge_buttons:
+    # enable squash button:
+    squash: true
+    # disable merge button:
+    merge: false
+    # enable rebase button:
+    rebase: true
+  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: false 
+        required_approving_review_count: 1
+      # squash or rebase must be allowed in the repo for this setting to be 
set to true.
+      required_linear_history: true
+
+      required_signatures: false
+
+      # requires all conversations to be resolved before merging is possible
+      required_conversation_resolution: true
+  del_branch_on_merge: true
+  dependabot_alerts: true
+  dependabot_updates: false
+  protected_tags:
+    - "v*.*.*"
+    - "[0-9]*.*"
+notifications:
+  commits: commits@cloudberry.apache.org
+  issues: commits@cloudberry.apache.org
+  pullrequests: commits@cloudberry.apache.org
+  pullrequests_bot_dependabot: priv...@cloudberry.apache.org
diff --git a/README.md b/README.md
index 3484487..19aa595 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,16 @@
-# `gp-common-go-libs` for CloudberryDB 
+# go-libs for Apache Cloudberry (Incubating)
 
 
[![Slack](https://img.shields.io/badge/Join_Slack-6a32c9)](https://communityinviter.com/apps/cloudberrydb/welcome)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/cloudberrydb)](https://twitter.com/cloudberrydb)
-[![Website](https://img.shields.io/badge/Visit%20Website-eebc46)](https://cloudberrydb.org)
-[![GitHub 
Discussions](https://img.shields.io/github/discussions/cloudberrydb/cloudberrydb)](https://github.com/orgs/cloudberrydb/discussions)
-![GitHub 
License](https://img.shields.io/github/license/cloudberrydb/cloudberrydb)
+[![Website](https://img.shields.io/badge/Visit%20Website-eebc46)](https://cloudberry.apache.org)
 
 ---
 
 This project is a fork of the `Greenplum gp-common-go-libs`, which is a
 dependency for the [gpbackup](https://github.com/cloudberrydb/gpbackup)
-utility in CloudberryDB.
+utility in Cloudberry.
 
-Please note that this repository is only maintained for CloudberryDB 1.0 and
+Please note that this repository is only maintained for Cloudberry 1.0 and
 its later versions.
 
 ## License
@@ -24,4 +22,3 @@ the [LICENSE](./LICENSE).
 
 Thanks to all the gp-common-go-libs contributors, more details in its [GitHub
 page](https://github.com/greenplum-db/gp-common-go-libs).
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to