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

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ff3f029  HIVE-28689: Disable JIRA worklog notifications for GitHub PRs 
in hive-site repo (Stamatis Zampetakis reviewed by Butao Zhang)
ff3f029 is described below

commit ff3f029676defefa7a1c06ce49bc1d04d2ed60f6
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Jan 3 16:51:13 2025 +0100

    HIVE-28689: Disable JIRA worklog notifications for GitHub PRs in hive-site 
repo (Stamatis Zampetakis reviewed by Butao Zhang)
    
    Reduce noise and avoid receiving the same notification multiple times.
    
    Currently we receive the notification from four places:
    * [email protected]
    * [email protected]
    * [email protected]
    * [email protected]
    
    After the changes the jira@ and issues@ entries for worklog will go away.
    
    Close apache/hive-site#28
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ba9dd1d..9f9b6e9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,4 +5,4 @@ notifications:
   commits:      [email protected]
   issues:       [email protected]
   pullrequests: [email protected]
-  jira_options: link label worklog
+  jira_options: link label

Reply via email to