This is an automated email from the ASF dual-hosted git repository. centic9 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/poi.git
commit 6ff105fff98f153879fb2605abd02f58e84fc18e Author: Dominik Stadler <[email protected]> AuthorDate: Wed May 13 07:29:37 2026 +0200 Update .asf.yaml Add labels, include more info on squash, delete merged branches --- .asf.yaml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 67e0193d9c..8493d694c0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,16 +4,22 @@ github: description: "Mirror of Apache POI gitbox. The Java API for Microsoft Documents." homepage: https://poi.apache.org/ labels: - - poi - - ooxml - - java + - apache - content - - library + - docx - excel - - word + - java + - library + - office + - ole2 + - ooxml + - poi - powerpoint + - pptx - visio - + - word + - xls + - xlsx dependabot_alerts: true dependabot_updates: false @@ -29,6 +35,7 @@ github: enabled_merge_buttons: squash: true + squash_commit_message: PR_TITLE_AND_COMMIT_DETAILS merge: false rebase: true @@ -37,6 +44,10 @@ github: 5.5.x: {} asf-site: {} + pull_requests: + del_branch_on_merge: true + allow_update_branch: true + notifications: commits: [email protected] issues: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
