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-composer-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 471c2a5  configure more github properties via asf.yaml (#14)
471c2a5 is described below

commit 471c2a53222c5bf1a2b4b6af51c6e8a91adf4845
Author: David Grove <[email protected]>
AuthorDate: Sun Mar 14 04:53:05 2021 -0400

    configure more github properties via asf.yaml (#14)
---
 .asf.yaml | 46 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 12 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e15a587..3c756ec 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,15 +19,37 @@ github:
   description: "Apache OpenWhisk Composer Python provides a high-level 
programming model in Python for composing serverless functions"
   homepage: https://openwhisk.apache.org/
   labels:
-  - openwhisk
-  - apache
-  - serverless
-  - faas
-  - functions-as-a-service
-  - cloud
-  - serverless-architectures
-  - serverless-functions
-  - functions
-  - composer
-  - composition
-  - python
+    - openwhisk
+    - apache
+    - serverless
+    - faas
+    - functions-as-a-service
+    - cloud
+    - serverless-architectures
+    - serverless-functions
+    - functions
+    - composer
+    - composition
+    - python
+  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