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


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

commit 2ce44b394d01627f93c1d6efcbfeec77340bcd72
Author: David Grove <[email protected]>
AuthorDate: Sat Mar 13 10:25:11 2021 -0500

    configure more github properties via asf.yaml (#5086)
---
 .asf.yaml | 44 +++++++++++++++++++++++++++++++++-----------
 1 file changed, 33 insertions(+), 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a22ae91..c1ba8bf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,14 +19,36 @@ github:
   description: "Apache OpenWhisk is an open source serverless cloud platform"
   homepage: https://openwhisk.apache.org/
   labels:
-  - openwhisk
-  - apache
-  - serverless
-  - faas
-  - functions-as-a-service
-  - cloud
-  - serverless-architectures
-  - serverless-functions
-  - docker
-  - kubernetes
-  - functions
+    - openwhisk
+    - apache
+    - serverless
+    - faas
+    - functions-as-a-service
+    - cloud
+    - serverless-architectures
+    - serverless-functions
+    - 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]

Reply via email to