This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new 040f420 Adds .asf.yaml to customize the repo
040f420 is described below
commit 040f42014356cb4eed3ca049cb113f57d54ce245
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Feb 18 16:24:53 2023 +0100
Adds .asf.yaml to customize the repo
---
.asf.yaml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a59e02e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,20 @@
+# Documentation https://s.apache.org/asfyaml
+notifications:
+ commits: [email protected]
+ # Send all issue emails (new, closed, comments) to issues@
+ issues: [email protected]
+ # Send new/closed PR notifications to dev@
+ pullrequests_status: [email protected]
+ # Send individual PR comments/reviews to issues@
+ pullrequests_comment: [email protected]
+ # Link opened PRs with JIRA
+ jira_options: link label worklog
+
+github:
+ del_branch_on_merge: true
+ protected_branches:
+ master: { }
+ autolink_jira:
+ - WW
+ custom_subjects:
+ new_pr: "Created PR {repository}/#{pr_id}: {title}"