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

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


The following commit(s) were added to refs/heads/master by this push:
     new 28c0472460d HIVE-27341: Disable JIRA worklog notifications for GitHub 
PRs (Stamatis Zampetakis reviewed by Attila Turoczy, Ayush Saxena)
28c0472460d is described below

commit 28c0472460d9938aab640b6b103b569a69673d77
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri May 12 15:49:43 2023 +0200

    HIVE-27341: Disable JIRA worklog notifications for GitHub PRs (Stamatis 
Zampetakis reviewed by Attila Turoczy, Ayush Saxena)
    
    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.
    
    Full discussion here: 
https://lists.apache.org/thread/v8gqo9cl641yvhybtrj74rqg6o3o3x98
    
    Closes #4318
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to