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


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

commit 15fa8e50aa9323dd6603bb713aa76901bd30855d
Author: David Grove <[email protected]>
AuthorDate: Fri Mar 12 18:32:34 2021 -0500

    configure more github properties via asf.yaml
---
 .asf.yaml | 52 +++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 37 insertions(+), 15 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2ee40f0..c41a229 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,18 +19,40 @@ github:
   description: "Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk 
functions written in JavaScript for NodeJS"
   homepage: https://openwhisk.apache.org/
   labels:
-  - openwhisk
-  - apache
-  - serverless
-  - faas
-  - functions-as-a-service
-  - cloud
-  - serverless-architectures
-  - serverless-functions
-  - docker
-  - functions
-  - openwhisk-runtime
-  - node
-  - node-js
-  - nodejs
-  - javascript
+    - openwhisk
+    - apache
+    - serverless
+    - faas
+    - functions-as-a-service
+    - cloud
+    - serverless-architectures
+    - serverless-functions
+    - docker
+    - functions
+    - openwhisk-runtime
+    - node
+    - node-js
+    - nodejs
+    - javascript
+  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