You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/04/12 14:33:18 UTC

[curator] 02/02: Disable force required to allow push release commits

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

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git

commit a72fe5173881fa399546a459b2946a749568112b
Author: tison <wa...@gmail.com>
AuthorDate: Wed Apr 12 21:18:23 2023 +0800

    Disable force required to allow push release commits
    
    Since we do not use release branch pattern, we need this commit
    otherwise the process is not working.
    
    Signed-off-by: tison <wa...@gmail.com>
---
 .asf.yaml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 54e12d52..953d24ef 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,12 +33,7 @@ github:
     merge:   false
     rebase:  true
   protected_branches:
-    master:
-      required_status_checks:
-        strict: false
-        contexts:
-          - Required
-      required_signatures: false
+    master: {}
 
 notifications:
   commits:      commits@curator.apache.org