You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/12 07:48:39 UTC

[dolphinscheduler] branch dev updated: [ci] Remove PR requests strict rebase (#6831)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5453f1e  [ci] Remove PR requests strict rebase (#6831)
5453f1e is described below

commit 5453f1e3494bab0931b47cbf70808bfb9acfe5de
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Fri Nov 12 15:48:34 2021 +0800

    [ci] Remove PR requests strict rebase (#6831)
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 29ebff4..cc7b57c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,7 +41,6 @@ github:
   protected_branches:
     dev:
       required_status_checks:
-        strict: true
         contexts:
           - Build
           - Unit Test