This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/notifications-list in repository https://gitbox.apache.org/repos/asf/struts.git
commit fadfe24c5f77b9531f0eef185424e1e7c505ee7d Author: Lukasz Lenart <[email protected]> AuthorDate: Mon Nov 13 07:15:36 2023 +0100 Uses the new notifications@ list for all the messages form Github --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2a7cde95d..673c6e25c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -4,9 +4,9 @@ notifications: # Send all issue emails (new, closed, comments) to issues@ issues: [email protected] # Send new/closed PR notifications to commits@ - pullrequests_status: [email protected] + pullrequests_status: [email protected] # Send individual PR comments/reviews to issues@ - pullrequests_comment: [email protected] + pullrequests_comment: [email protected] # Link opened PRs with JIRA jira_options: link label worklog
