You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/12/21 20:13:55 UTC

[openwhisk-website] branch master updated: remove travis from required checks for merging PRs (#503)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 390b0ae  remove travis from required checks for merging PRs (#503)
390b0ae is described below

commit 390b0ae2235eaddb604de8c177b8148b7d7f45de
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 15:13:50 2022 -0500

    remove travis from required checks for merging PRs (#503)
---
 .asf.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 857a82a..a40d6c7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,8 +34,6 @@ github:
     master:
       required_status_checks:
         strict: false
-        contexts:
-          - "Travis CI - Pull Request"
       required_pull_request_reviews:
         required_appoving_review_count: 1
       required_signatures: false