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 2020/10/30 23:19:10 UTC

[geode-examples] branch test-code-ownership updated: modify .asf.yml for test branch

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

rhoughton pushed a commit to branch test-code-ownership
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/test-code-ownership by this push:
     new b3a3b48  modify .asf.yml for test branch
b3a3b48 is described below

commit b3a3b48c51c25dc026b9f3d2207b297d7ce2d974
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Fri Oct 30 16:18:54 2020 -0700

    modify .asf.yml for test branch
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 003d459..04a28f0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,3 +12,17 @@ notifications:
     issues: issues@geode.apache.org
     pullrequests: notifications@geode.apache.org
     jira_options: link label comment
+
+
+github:
+  protected_branches:
+    test-code-ownership:
+      required_status_checks:
+        strict: true
+        contexts:
+        - continuous-integration/travis-ci/pr
+        - continuous-integration/travis-ci/push
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: true
+        required_approving_review_count: 1