This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git
The following commit(s) were added to refs/heads/master by this push:
new da95128 configure more github properties via asf.yaml (#58)
da95128 is described below
commit da95128ebc57b1a450c91e124f734abdeefaec64
Author: David Grove <[email protected]>
AuthorDate: Sat Mar 13 10:21:43 2021 -0500
configure more github properties via asf.yaml (#58)
---
.asf.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index d8db791..d6121db 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,25 @@ github:
- functions
- openwhisk-runtime
- ruby
+ protected_branches:
+ master:
+ required_status_checks:
+ strict: false
+ contexts:
+ - "Travis CI - Pull Request"
+ required_pull_request_reviews:
+ required_appoving_review_count: 1
+ required_signatures: false
+ enabled_merge_buttons:
+ merge: false
+ squash: true
+ rebase: true
+ features:
+ issues: true
+
+notifications:
+ commits: [email protected]
+ issues_status: [email protected]
+ issues_comment: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]