Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading