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-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 909a57c  configure github repo with .asf.yaml (#681)
909a57c is described below

commit 909a57cada1f85cb51590cc3e27ee32f0c6bb4df
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 10 19:38:39 2021 -0500

    configure github repo with .asf.yaml (#681)
---
 .asf.yaml | 46 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 12 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6865ecb..48634c3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,15 +19,37 @@ github:
   description: "The Apache OpenWhisk Kubernetes Deployment repository supports 
deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters."
   homepage: https://openwhisk.apache.org/
   labels:
-  - openwhisk
-  - apache
-  - serverless
-  - faas
-  - functions-as-a-service
-  - cloud
-  - serverless-architectures
-  - serverless-functions
-  - docker
-  - kubernetes
-  - functions
-  - openshift
+    - openwhisk
+    - apache
+    - serverless
+    - faas
+    - functions-as-a-service
+    - cloud
+    - serverless-architectures
+    - serverless-functions
+    - docker
+    - kubernetes
+    - functions
+    - openshift
+  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]

Reply via email to