This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch hactoberfest in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 9e22132a66f774bd912715a154e7c25f42b0f2bb Author: Jia Yu <[email protected]> AuthorDate: Tue Oct 7 15:04:37 2025 -0700 add hactoberfest --- .asf.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d67270536c..d3b99c5dd3 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -26,6 +26,16 @@ notifications: github: description: 'A cluster computing framework for processing large-scale geospatial data' homepage: https://sedona.apache.org/ + 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 collaborators: - MrPowers - umartin @@ -46,6 +56,7 @@ github: - scala - java - python + - hacktoberfest features: # Enable wiki for documentation wiki: false
