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

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

commit 8e2e0f81f494f611be6ef21cb1bcf1ffc618b7df
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sat May 16 10:44:56 2026 +0200

    Add all possible notification settings to .asf.yaml
    
    With these settings, the OFBiz project can manage all notifications on a 
self-service basis. These values match the existing setup and should not change 
the current email notifications.
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 06c5422aa0..5cca6464bb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -60,5 +60,9 @@ github:
   dependabot_updates: false
 
 notifications:
+  commits: [email protected]
+  discussions: [email protected] # discussions are not used, but 
we want to be notified if they are created
+  issues: [email protected] # issues are not used, but we want to 
be notified if they are created
+  pullrequests: [email protected]
   jobs: [email protected]
-  jira_options: link label
+  jira_options: link label # if a JIRA issue is mentioned in the title of a 
pull request, add to the JIRA issue a comment with a link to the pull request 
and add the "has-pull-request" label to the JIRA issue

Reply via email to