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-website.git
The following commit(s) were added to refs/heads/master by this push:
new d7eacf7 configure github project via asf.yaml (#470)
d7eacf7 is described below
commit d7eacf781650584100808ae036bfe6227ef567f3
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 10 22:02:47 2021 -0500
configure github project via asf.yaml (#470)
---
.asf.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 60dc12f..857a82a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,3 +30,25 @@ github:
- docker
- kubernetes
- functions
+ 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]