This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
The following commit(s) were added to refs/heads/master by this push:
new 28852b5 require passing travis to merge PR on master branch (#375)
28852b5 is described below
commit 28852b57cb09d44688c64b2581d1f60ce3f3dd49
Author: David Grove <[email protected]>
AuthorDate: Tue Mar 2 08:55:29 2021 -0500
require passing travis to merge PR on master branch (#375)
---
.asf.yaml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 77d5ed8..38972eb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,13 +25,11 @@ github:
master:
required_status_checks:
strict: false
- required_pull_request_reviews:
- required_appoving_review_count: 1
- asf-yaml-experiments:
- 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