From 3ccbcc6f9c9f84f6f1e5644e1e266754d88a8017 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 25 Apr 2020 09:15:27 +0200 Subject: [PATCH] Uses .asf.yaml to enable new notification schema and link PRs with JIRA --- .asf.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..45c3c739e --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,10 @@ +notifications: + commits: commits@struts.apache.org + # Send all issue emails (new, closed, comments) to issues@ + issues: issues@struts.apache.org + # Send new/closed PR notifications to dev@ + pullrequests_status: dev@struts.apache.org + # Send individual PR comments/reviews to issues@ + pullrequests_comment: issues@struts.apache.org + # Link opened PRs with JIRA + jira_options: link label worklog