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/30 15:06:30 UTC

[incubator-kvrocks] branch unstable updated: Disable require branches to be up-to-date (#700)

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 b7679b5  Disable require branches to be up-to-date (#700)
b7679b5 is described below

commit b7679b504c6de0ffb8a42dba5e6274890b71b083
Author: tison <wa...@gmail.com>
AuthorDate: Thu Jun 30 23:06:25 2022 +0800

    Disable require branches to be up-to-date (#700)
    
    As development under Kvrocks grows rapidly, it causes unnecessary reruns for patches due to we require branches to be up to date before merging.
    
    We can disable the option and let the committers decide whether we should merge base branch before accepting the patch.
    
    See also this discussion on general@: https://lists.apache.org/thread/w1tvjxzooyrjso80hdd7y04n2q6k7mxl
    
    Signed-off-by: tison <wa...@gmail.com>
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index fe53270..75fa0f9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,7 +39,6 @@ github:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
       required_status_checks:
-        strict: true
         contexts:
           - Required