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

[incubator-kvrocks] branch tisonkun-patch-1 created (now be3e235)

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

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


      at be3e235  Add notification settings to .asf.yaml

This branch includes the following new commits:

     new be3e235  Add notification settings to .asf.yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ti...@apache.org.
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