This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch silence-dev-list in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit e9368586dcff111a90017a06aa2ac81111c3e074 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Jul 16 09:58:08 2026 +0200 Change the notification pattern so dev list is not flooded with emails. --- .asf.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 436d4c7fc..347daae17 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
