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

commit b156a905093d9d6158d3eb3a88afe1791aa261ed
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Dec 2 08:15:23 2024 +0100

    Set notification settings for OpenNLP (PR, Issues, etc)
    Enable autolinking to JIRA if commit starts with OPENNLP-XXXX
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 5de9237e..a0ad9daf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,6 +12,8 @@ github:
         dismiss_stale_reviews: false
         require_code_owner_reviews: false
         required_approving_review_count: 1
+  autolink_jira:
+    - OPENNLP
   custom_subjects:
     new_pr: "[PR] {title} ({repository})"
     close_pr: "Re: [PR] {title} ({repository})"
@@ -38,3 +40,9 @@ github:
     - textprocessing
     - compling
 
+notifications:
+  commits:      [email protected]
+  issues:       [email protected]
+  pullrequests_status: [email protected]
+  pullrequests_comment: [email protected]
+  jira_options: link worklog
\ No newline at end of file

Reply via email to