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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new a468244e7 revert to new default subject lines
a468244e7 is described below

commit a468244e78b90f5f0d3bf8aa52481a9be9eca678
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Mon Oct 9 12:22:33 2023 +0200

    revert to new default subject lines
    
    as per 
https://community.apache.org/contributors/ml#configuring-tmailing-lists.hthe-subject-lines-of-the-emails-being-sent
---
 .asf.yaml | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bb17e62fb..e9188cd1b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,22 +27,12 @@ github:
     - java
     - jspwiki
     - wiki
-  # 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})"
 
 notifications:
-  commits:              [email protected]
-  issues:               [email protected]
-  pullrequests_status:  [email protected]
-  pullrequests_comment: [email protected]
+  commits: [email protected]
+  discussions: [email protected]
+  issues: [email protected]
+  jobs: [email protected]
+  pullrequests: [email protected]
   # Send dependabot PRs to commits@ instead
   pullrequests_bot_dependabot: [email protected]
\ No newline at end of file

Reply via email to