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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6fdfe4b24 Update notification settings to avoid spamming dev@ with 
dependabot PR spam
6fdfe4b24 is described below

commit 6fdfe4b246dfe35d1e8d811983da841ae9a53390
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Apr 11 14:52:01 2025 +0200

    Update notification settings to avoid spamming dev@ with dependabot PR spam
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index aa03340b4..ec94ae70c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,10 @@ github:
     - storm
     - streaming
     - distributed
+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]

Reply via email to