This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/notifications in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit ef744a371773d7e3686076c8577629de407928e1 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Sep 4 07:11:59 2023 +0200 Redirects GH notifications to commits list --- .asf.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: iss...@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: iss...@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