This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 103484ad [MINOR] chore(asf): stop forwarding GitHub issues to dev mail
list (#1032)
103484ad is described below
commit 103484ad589085923adcd4a85c4862052c22d7b0
Author: Kaijie Chen <[email protected]>
AuthorDate: Mon Jul 31 00:29:37 2023 +0800
[MINOR] chore(asf): stop forwarding GitHub issues to dev mail list (#1032)
### What changes were proposed in this pull request?
Stop forwarding GitHub issues to dev mail list,
instead, forwarding them to issues mail list.
### Why are the changes needed?
Many contributors are not subscribed to the dev mail list,
probably because it's noisy (~200 emails per month).
Let's leave dev mail list for the most important (or general) messages,
such as: votes, announcements, general discussions, user feedbacks.
### Does this PR introduce _any_ user-facing change?
Users still wishing to receive all GitHub issues updates through email
should subscribe to `[email protected]`, or alternatively,
watch the GitHub repository.
### How was this patch tested?
No need.
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 85fc4204..19b50d51 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -57,5 +57,5 @@ github:
notifications:
commits: [email protected]
- issues: [email protected]
+ issues: [email protected]
pullrequests: [email protected]