You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/06/17 14:14:08 UTC

[ofbiz-framework] 01/04: Improved: no functional change, adds GitHub Actions build status emails.

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit cd624e81440e002626ecc1ccf5df7cd90354e06d
Author: Jacques Le Roux <ja...@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 15cbcae60d..e8e09838af 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,3 +29,6 @@ github:
     - https
     - content
     - geospatial
+
+notifications:
+  jobs:  dev@ofbiz.apache.org
\ No newline at end of file