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 02:13:21 UTC

[incubator-kvrocks] branch unstable updated: Add notification settings to .asf.yaml (#619)

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

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


The following commit(s) were added to refs/heads/unstable by this push:
     new 103b26c  Add notification settings to .asf.yaml (#619)
103b26c is described below

commit 103b26c51c19597a97a1bdcff60721101d0195d7
Author: tison <wa...@gmail.com>
AuthorDate: Sat Jun 4 10:13:18 2022 +0800

    Add notification settings to .asf.yaml (#619)
    
    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