This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/struts-annotations.git
commit e3fbcfa3a8fc2765a1b0eb2a270da83df81e494d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 21 11:12:42 2022 +0200 Defines ASF specific settings in repo --- .asf.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..dad75e1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,16 @@ +# 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 dev@ + pullrequests_status: d...@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 + protected_branches: + master: { }