This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch repo-description in repository https://gitbox.apache.org/repos/asf/sedona-db.git
commit 16a257ceb029ef9aec85c1405a5a4cd25de78255 Author: Jia Yu <[email protected]> AuthorDate: Thu Sep 11 07:47:37 2025 -0700 Update the asf yml --- .asf.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index b916d29..99df1e4 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,10 +16,18 @@ # under the License. github: - description: "Single-node compute engine for processing large-scale geospatial data" + description: "A single-node analytical database engine with geospatial as the first-class citizen" homepage: https://sedona.apache.org/sedonadb enabled_merge_buttons: + # enable squash button: squash: true + # default commit message when merging with a squash commit + # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC + squash_commit_message: PR_TITLE + # enable merge button: + merge: false + # disable rebase button: + rebase: false features: issues: true labels:
