This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new afe49bf3e Configure asf.yaml notification.jira_options
afe49bf3e is described below
commit afe49bf3e782b90c487b1a56cda265066b7f102e
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Dec 31 10:09:45 2025 -0500
Configure asf.yaml notification.jira_options
The default asf.yaml notification.jir_options setting defaults to
include "worklog". This means that anytime someone comments on a pull
request that contains a JIRA ticket number in the title it updates the
tickets worklog, which sends out an email. This leads to excessive
emails for little gain.
This configures the setting to just "link" and "label", which means it
will add a link to the PR in JIRA and add a "pull-request-available"
label. This should reduce the amount of emails but still take advantage
of JIRA integration.
DAFFODIL-3062
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index 727d5bc5e..8ac7a3f5a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,3 +30,4 @@ notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
+ jira_options: link label