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-useralejs.git

commit 4dbe5bddfc9cbfc553b57f029fdd85c734ce01cf
Author: poorejc <[email protected]>
AuthorDate: Fri Jun 16 02:06:47 2023 -0400

    adding asf.yaml updates to useralejs for notifications
---
 .asf.yaml | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9676a68..f10d824 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,6 +29,7 @@ github:
     - node-js
     - node
     - js
+    - javascript
     - npm-package
     - npmjs
     - behavioral-sciences
@@ -36,4 +37,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