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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new da48b3a3a configure notifications
da48b3a3a is described below

commit da48b3a3a0832f5e3ec90f7a5010b88e22c6d77f
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Mon Apr 24 12:55:16 2023 +0200

    configure notifications
---
 .asf.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f68e5455f..f8d4a1ce6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,11 +28,13 @@ github:
     - maven-surefire-report-plugin
     - maven
   enabled_merge_buttons:
-    # enable squash button:
     squash:  true
-    # enable merge button:
     merge:   false
-    # enable rebase button:
     rebase:  true
   autolink_jira:
-    - SUREFIRE
\ No newline at end of file
+    - SUREFIRE
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jira_options: link label comment

Reply via email to