From 631d8aecc4352945ad72caa7bd4079707ba35f73 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 7 Jul 2025 11:19:33 +0100 Subject: [PATCH] Update .asf.yaml --- .asf.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index c82bef882f..177775f874 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,10 +14,30 @@ github: - powerpoint - visio + dependabot_alerts: true + dependabot_updates: false + features: # Enable wiki for documentation wiki: false # Enable issue management - issues: false + issues: true # Enable projects for project management boards projects: false + # Enable github discussions + discussions: true + + enabled_merge_buttons: + squash: true + merge: false + rebase: true + + protected_branches: + trunk: {} + +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