From 9802a19ee5eda993e591e24ee9d0b5beb84a51e3 Mon Sep 17 00:00:00 2001 From: Matthew Wang Date: Tue, 13 Jul 2021 10:18:17 -0700 Subject: [PATCH] docs: replaces Travis CI badge with GitHub Actions badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c706250316d9..b711d4bb25aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Autoscaler -[![Build Status](https://travis-ci.org/kubernetes/autoscaler.svg?branch=master)](https://travis-ci.org/kubernetes/autoscaler) [![GoDoc Widget]][GoDoc] +[![Release Charts](https://github.com/kubernetes/autoscaler/actions/workflows/release.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/release.yaml) [![Tests](https://github.com/kubernetes/autoscaler/actions/workflows/ci.yaml/badge.svg)](https://github.com/kubernetes/autoscaler/actions/workflows/ci.yaml) [![GoDoc Widget]][GoDoc] This repository contains autoscaling-related components for Kubernetes.