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


The following commit(s) were added to refs/heads/master by this push:
     new 258890c  require passing travis test to merge PR via asf.yaml (#10)
258890c is described below

commit 258890c72988eebf1c3af2c4ab685e5159fbbf60
Author: David Grove <[email protected]>
AuthorDate: Sat Mar 13 10:24:46 2021 -0500

    require passing travis test to merge PR via asf.yaml (#10)
---
 .asf.yaml | 39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 1d7697b..7c9cb7f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,37 +18,36 @@
 github:
   description: "Apache OpenWhisk Runtime Deno supports Apache OpenWhisk 
functions written in Deno"
   homepage: https://openwhisk.apache.org
-
   labels:
-  - openwhisk
-  - apache
-  - serverless
-  - faas
-  - functions-as-a-service
-  - cloud
-  - serverless-architectures
-  - serverless-functions
-  - docker
-  - functions
-  - openwhisk-runtime
-  - typescript
-  - deno
-
+    - openwhisk
+    - apache
+    - serverless
+    - faas
+    - functions-as-a-service
+    - cloud
+    - serverless-architectures
+    - serverless-functions
+    - docker
+    - functions
+    - openwhisk-runtime
+    - typescript
+    - deno
   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
   features:
     wiki: true
     issues: true
-
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  false
+    squash: true
+    merge: false
+    rebase: true
 
 notifications:
   commits: [email protected]

Reply via email to