This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-reporter.git

commit 34b1cb5684fa38b6de20ba48a7333d6becfbcff2
Author: Daniel Gruno <humbed...@apache.org>
AuthorDate: Thu Jun 29 11:04:58 2023 +0200

    Create .asf.yaml
---
 .asf.yaml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..7683c94
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,33 @@
+github:
+  description: "ASF board report helper for top-level projects"
+  homepage: https://community.apache.org
+  labels:
+    - apache
+    - community
+    - comdev
+    - reporting
+
+# Attempt to make the auto-generated github emails more easily readable in 
email clients.
+  custom_subjects:
+    new_pr: "[PR] {title} ({repository})"
+    close_pr: "Re: [PR] {title} ({repository})"
+    comment_pr: "Re: [PR] {title} ({repository})"
+    diffcomment: "Re: [PR] {title} ({repository})"
+    merge_pr: "Re: [PR] {title} ({repository})"
+    new_issue: "[I] {title} ({repository})"
+    comment_issue: "Re: [I] {title} ({repository})"
+    close_issue: "Re: [I] {title} ({repository})"
+    catchall: "[GH] {title} ({repository})"
+    new_discussion: "[D] {title} ({repository})"
+    edit_discussion: "Re: [D] {title} ({repository})"
+    close_discussion: "Re: [D] {title} ({repository})"
+    close_discussion_with_comment: "Re: [D] {title} ({repository})"
+    reopen_discussion: "Re: [D] {title} ({repository})"
+    new_comment_discussion: "Re: [D] {title} ({repository})"
+    edit_comment_discussion: "Re: [D] {title} ({repository})"
+    delete_comment_discussion: "Re: [D] {title} ({repository})"
+
+notifications:
+  commits:      commits@community.apache.org
+  issues:       d...@community.apache.org
+  pullrequests: d...@community.apache.org

Reply via email to