This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdeploy.git
The following commit(s) were added to refs/heads/master by this push:
new c2eb32f configure more github properties via asf.yaml (#1128)
c2eb32f is described below
commit c2eb32f6431636c0525ed84982a517f2145af777
Author: David Grove <[email protected]>
AuthorDate: Mon Mar 15 10:10:03 2021 -0400
configure more github properties via asf.yaml (#1128)
---
.asf.yaml | 42 ++++++++++++++++++++++++++++++++----------
1 file changed, 32 insertions(+), 10 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 96c95f7..1739754 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,13 +19,35 @@ github:
description: "Apache OpenWhisk utility for deploying and managing OpenWhisk
projects and packages"
homepage: https://openwhisk.apache.org/
labels:
- - apache
- - continuous-delivery
- - continuous-deployment
- - deployment
- - faas
- - functions
- - functions-as-a-service
- - openwhisk
- - serverless
- - serverless-functions
+ - apache
+ - continuous-delivery
+ - continuous-deployment
+ - deployment
+ - faas
+ - functions
+ - functions-as-a-service
+ - openwhisk
+ - serverless
+ - serverless-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]