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 <[email protected]>
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: [email protected]
pullrequests: [email protected]
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