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 19:29:19 UTC

[geode-native] branch develop updated: (Temporarily) Unlock develop (#846)

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 7283ce6  (Temporarily) Unlock develop (#846)
7283ce6 is described below

commit 7283ce6d4fa7e49f1d7d5014dea9acb757d5e16b
Author: Blake Bender <bb...@pivotal.io>
AuthorDate: Wed Aug 18 12:29:15 2021 -0700

    (Temporarily) Unlock develop (#846)
---
 .asf.yaml | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0b4467f..c4922d2 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: 1
 
-      required_signatures: false
+  #    required_signatures: false
 
 notifications:
     commits: commits@geode.apache.org