Merge pull request #257 from apache/feature/notifications

Redirects GH notifications to commits list
diff --git a/.asf.yaml b/.asf.yaml
index 9dd84f1..f2ca9ba 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,17 @@
 # Documentation https://s.apache.org/asfyaml
+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 commits@
+  pullrequests_status: commits@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
 github:
   del_branch_on_merge: true
+  autolink_jira:
+    - WW
+  dependabot_alerts:  true
+  dependabot_updates: true