You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2021/08/18 22:41:04 UTC

[geode-native] branch develop updated: Unlock develop branch, 2nd attempt (#849)

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

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 309ac2c  Unlock develop branch, 2nd attempt (#849)
309ac2c is described below

commit 309ac2c6b9d0b9b119111e06953ce53a0e1d60dc
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Wed Aug 18 15:40:59 2021 -0700

    Unlock develop branch, 2nd attempt (#849)
    
    * Unlock develop branch, 2nd attempt
    - Just make all gates optional instead, and require 0 reviews
    
    * Also make source code checks optional
---
 .asf.yaml | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c4922d2..35eabf0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,33 +30,33 @@ github:
     # enable rebase button:
     rebase:  true
 
-  #protected_branches:
-  #  develop:
-  #    required_status_checks:
-  #      # strict means "Require branches to be up to date before merging".
-  #      strict: false
-  #      # contexts are the names of checks that must pass
-  #      contexts:
-  #      - "concourse-ci/build-rhel-7-debug"
-  #      - "concourse-ci/build-rhel-8-debug"
-  #      - "concourse-ci/build-ubuntu-16.04-debug"
-  #      - "concourse-ci/build-ubuntu-18.04-debug"
-  #      - "concourse-ci/build-ubuntu-20.04-debug"
-  #      - "concourse-ci/build-windows-2016-vs-2017-debug"
-  #      # - "concourse-ci/build-windows-2019-vs-2019-debug"
-  #      - "concourse-ci/clang-format"
-  #      - "concourse-ci/clang-tidy"
-  #      - "concourse-ci/rat-check"
-  #      # - "LGTM analysis: C#"
-  #      # - "LGTM analysis: JavaScript"
-  #      # - "LGTM analysis: C/C++"
+  protected_branches:
+    develop:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+        contexts:
+        #- "concourse-ci/build-rhel-7-debug"
+        #- "concourse-ci/build-rhel-8-debug"
+        #- "concourse-ci/build-ubuntu-16.04-debug"
+        #- "concourse-ci/build-ubuntu-18.04-debug"
+        #- "concourse-ci/build-ubuntu-20.04-debug"
+        #- "concourse-ci/build-windows-2016-vs-2017-debug"
+        # - "concourse-ci/build-windows-2019-vs-2019-debug"
+        #- "concourse-ci/clang-format"
+        #- "concourse-ci/clang-tidy"
+        #- "concourse-ci/rat-check"
+        # - "LGTM analysis: C#"
+        # - "LGTM analysis: JavaScript"
+        # - "LGTM analysis: C/C++"
 
-  #    required_pull_request_reviews:
-  #      dismiss_stale_reviews: false
-  #      require_code_owner_reviews: false
-  #      required_approving_review_count: 1
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 0
 
-  #    required_signatures: false
+      required_signatures: false
 
 notifications:
     commits: commits@geode.apache.org