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/04/02 11:12:57 UTC

[ofbiz-framework] branch trunk updated: 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 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 fcf0e45  Improved: no functional change, adds GitHub Actions build status emails.
fcf0e45 is described below

commit fcf0e456b6cf45644bae1758a3a2722783d15e16
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Apr 2 13:12:31 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e8e0983..4195eff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,4 +31,4 @@ github:
     - geospatial
 
 notifications:
-  jobs:  dev@ofbiz.apache.org
\ No newline at end of file
+  jobs:  notifications@ofbiz.apache.org
\ No newline at end of file