From 02f1356521ea6168056325e84e4783408299a80d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 4 Aug 2026 13:19:12 +0100 Subject: [PATCH] Create .asf.yaml for GitHub repository settings Add GitHub configuration for Apache XMLBeans repository. --- .asf.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..156ed4a63 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,42 @@ +# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md + +github: + description: "Mirror of Apache XMLBeans gitbox." + homepage: https://xmlbeans.apache.org/ + labels: + - apache + - xmlbeans + - poi + + dependabot_alerts: true + dependabot_updates: false + + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: true + # Enable projects for project management boards + projects: false + # Enable github discussions + discussions: true + + enabled_merge_buttons: + squash: true + squash_commit_message: PR_TITLE_AND_COMMIT_DETAILS + merge: false + rebase: true + + protected_branches: + trunk: {} + + pull_requests: + del_branch_on_merge: true + allow_update_branch: true + +notifications: + commits: commits@poi.apache.org + issues: dev@poi.apache.org + pullrequests: dev@poi.apache.org + discussions: dev@poi.apache.org + jobs: dev@poi.apache.org