configure more github properties via asf.yaml (#1128)

diff --git a/.asf.yaml b/.asf.yaml
index 96c95f7..1739754 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,13 +19,35 @@
   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: commits@openwhisk.apache.org
+  issues_status: issues@openwhisk.apache.org
+  issues_comment: issues@openwhisk.apache.org
+  pullrequests_status: issues@openwhisk.apache.org
+  pullrequests_comment: issues@openwhisk.apache.org