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/04/29 07:45:01 UTC

[incubator-kvrocks] branch unstable updated: Add .asf.yaml file (#545)

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 574aa48  Add .asf.yaml file (#545)
574aa48 is described below

commit 574aa487bb4ac35d406230bb1d3a294188364dfc
Author: tison <wa...@gmail.com>
AuthorDate: Fri Apr 29 15:44:56 2022 +0800

    Add .asf.yaml file (#545)
    
    Signed-off-by: tison <wa...@gmail.com>
---
 .asf.yaml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a6a46fc
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,33 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+# For more information, see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features.
+
+github:
+  description: >-
+    Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine
+    and is compatible with Redis protocol.
+  homepage: https://kvrocks.apache.org/
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+  protected_branches:
+    unstable:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        required_approving_review_count: 1