From 28225187139551206ebddaecd2ab11c517c84c13 Mon Sep 17 00:00:00 2001 From: Stamatis Zampetakis Date: Wed, 19 Apr 2023 10:17:14 +0200 Subject: [PATCH] Disable JIRA worklog notifications for GitHub PRs Reduce noise and avoid receiving the same notification multiple times. Currently we receive the notification from three places: * jira@apache.org * notifications@github.com * commits@calcite.apache.org After the changes the jira@apache.org goes away. Full discussion here: https://lists.apache.org/thread/k9lvps6x79sgcdgmrz5dcxkqmyc2b2gn Close apache/calcite#3166 --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 2640905208cf..e21b385c64b8 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -32,4 +32,4 @@ notifications: commits: commits@calcite.apache.org issues: issues@calcite.apache.org pullrequests: commits@calcite.apache.org - jira_options: link label worklog + jira_options: link label