This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 7cfd7f2dc Change the notification pattern so dev list is not flooded
with emails. (#1176)
7cfd7f2dc is described below
commit 7cfd7f2dc1c865cc137765504043d54c7b231412
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Jul 16 10:25:38 2026 +0200
Change the notification pattern so dev list is not flooded with emails.
(#1176)
---
.asf.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 436d4c7fc..7d8ddc2b4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -52,8 +52,9 @@ github:
- compling
notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests_status: [email protected]
- pullrequests_comment: [email protected]
+ jobs: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]
jira_options: link worklog
\ No newline at end of file