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-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new daa5f74  Improved: no functional change, adds GitHub Actions build 
status emails.
daa5f74 is described below

commit daa5f74b42200e1ba1f51f06bdbac0732c560916
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Mar 29 13:43:19 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

Reply via email to