Skip to content

Commit

Permalink
Disable JIRA worklog notifications for GitHub PRs
Browse files Browse the repository at this point in the history
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#3166
  • Loading branch information
zabetak committed Apr 21, 2023
1 parent 1fe1ce8 commit 2822518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2822518

Please sign in to comment.