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

poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git


The following commit(s) were added to refs/heads/master by this push:
     new 838703b  adding updated asf.yaml
838703b is described below

commit 838703b41e05f4b89c56909e15e063cb57e735ce
Author: poorejc <[email protected]>
AuthorDate: Sat Jun 17 01:49:22 2023 -0400

    adding updated asf.yaml
---
 .asf.yaml | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3119a34..c234405 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: "Apache Flagon Distill is a python package to support and 
analyze Flagon UserAle.js logs"
-  homepage: https://flagon.incubator.apache.org/
+  homepage: https://flagon.apache.org/
   labels:
     - flagon
     - apache
@@ -34,4 +34,26 @@ github:
     # Enable issues management
     issues: true
     # Enable projects for project management boards
-    projects: true
\ No newline at end of file
+    projects: true
+    wiki: true
+
+  #Make auto-generated github emails easier to read/parse
+  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})"
+
+#manages alerts by distributing to lists
+notifications:
+  commits:              [email protected]
+  issues:               [email protected]
+  pullrequests_status:  [email protected]
+  pullrequests_comment: [email protected]
+  # Send dependabot PRs to commits@ instead
+  pullrequests_bot_dependabot: [email protected]
\ No newline at end of file

Reply via email to