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

[geode] branch master updated: Enable require_code_owner_reviews: true via .asf.yaml (#5971)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f6f20ef  Enable require_code_owner_reviews: true via .asf.yaml (#5971)
f6f20ef is described below

commit f6f20ef6f31e912ba2b53eb9c52f56eb7ee774a8
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Thu Jan 28 16:22:27 2021 -0800

    Enable require_code_owner_reviews: true via .asf.yaml (#5971)
    
    * Enable require_code_owner_reviews: true via .asf.yaml
    
    (cherry picked from commit b07670a23c3e10aa6f6746d78d1393ddf80d7931)
---
 .asf.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 003d459..4368159 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,6 +7,49 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+github:
+  description: "Apache Geode"
+  homepage: https://geode.apache.org/
+  labels:
+    - geode
+    - datagrid
+    - apache
+  features:
+    # To enable wiki for documentation
+    wiki: false
+    # To enable issue management
+    issues: false
+    # To enable projects for project management boards
+    projects: true
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:  true
+    # 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/ApiCheckTestOpenJDK11
+          - concourse-ci/Build
+          - concourse-ci/StressNewTestOpenJDK11
+          - concourse-ci/UnitTestOpenJDK11
+          - concourse-ci/UnitTestOpenJDK8
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+
+      required_signatures: false
+
 notifications:
     commits: commits@geode.apache.org
     issues: issues@geode.apache.org