This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 631d8aecc4 Update .asf.yaml
631d8aecc4 is described below
commit 631d8aecc4352945ad72caa7bd4079707ba35f73
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 7 11:19:33 2025 +0100
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: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]
+ jobs: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]