You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2022/06/04 01:34:22 UTC

[incubator-kvrocks] 01/01: Add notification settings to .asf.yaml

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

tison pushed a commit to branch tisonkun-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git

commit be3e2358a513f3d789e5ec5963bd78e52eed97da
Author: tison <wa...@gmail.com>
AuthorDate: Sat Jun 4 09:34:17 2022 +0800

    Add notification settings to .asf.yaml
    
    Signed-off-by: tison <wa...@gmail.com>
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index a6a46fc..bdaffdb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,8 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: false
         required_approving_review_count: 1
+notifications:
+  commits:      commits@kvrocks.apache.org
+  issues:       issues@kvrocks.apache.org
+  pullrequests: issues@kvrocks.apache.org
+  jobs:         builds@kvrocks.apache.org