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 54842fc Improved: no functional change, adds GitHub Actions build status emails. 54842fc is described below commit 54842fce0f1ddfa9350717215facd36b45b8d873 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 29 13:43:28 2022 +0200 Improved: no functional change, adds GitHub Actions build status emails. As the name suggests, these are emails that notify of either a failed build using GitHub Actions, or a change from failure in previous builds to a successful build. Continuously successful builds will not trigger emails, as that could be rather spammy. Please see the documentation on this at: https://s.apache.org/asfyaml-gha --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 15cbcae..e8e0983 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -29,3 +29,6 @@ github: - https - content - geospatial + +notifications: + jobs: d...@ofbiz.apache.org \ No newline at end of file