This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new de8c14bc47 Fixed: non functional change, only GH related change de8c14bc47 is described below commit de8c14bc472e233b93aa42da4a94cabd0d10e1ee Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Mar 15 08:27:56 2025 +0100 Fixed: non functional change, only GH related change Fixes wrong indentation in .asf.yaml. Previously committed by error while was in WIP --- .asf.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 7685c151c4..2d40fbc6fc 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -32,19 +32,19 @@ github: - content - geospatial - hacktoberfest - enabled_merge_buttons: - # enable squash button: - squash: true - # default commit message when merging with a squash commit - # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC - squash_commit_message: PR_TITLE_AND_DESC - # enable merge button: - merge: true - # default commit message when merging with a merge commit - # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC - merge_commit_message: PR_TITLE_AND_DESC - # disable rebase button: - rebase: false + enabled_merge_buttons: + # enable squash button: + squash: true + # default commit message when merging with a squash commit + # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS | PR_TITLE_AND_DESC + squash_commit_message: PR_TITLE_AND_DESC + # enable merge button: + merge: true + # default commit message when merging with a merge commit + # can either be: DEFAULT | PR_TITLE | PR_TITLE_AND_DESC + merge_commit_message: PR_TITLE_AND_DESC + # disable rebase button: + rebase: false notifications: jobs: notificati...@ofbiz.apache.org