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:30:00 UTC

[openwhisk-runtime-php] branch master updated: remove travis from required checks for merging PRs (#126)

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


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

commit bdc3a776310551d39458134e2374f603a7330dd8
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Dec 21 15:29:54 2022 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index fd7d32c..ba5f4a8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,8 +35,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