From b671da432b4d7ad709a420931022749f71d1f22f Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 11 Sep 2023 12:37:50 -0400 Subject: [PATCH] Add dashboard link to README Replaces the obsolete Cirrus build status badge with a link to the repository dashboard. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75dbd9b01c1..9f1296a90f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Flutter Packages -[![Build Status](https://api.cirrus-ci.com/github/flutter/packages.svg)](https://cirrus-ci.com/github/flutter/packages/main) [![Release Status](https://github.com/flutter/packages/actions/workflows/release.yml/badge.svg)](https://github.com/flutter/packages/actions/workflows/release.yml) +[![Build Dashboard](https://img.shields.io/badge/Build_Dashboard-60C9F8)](https://flutter-dashboard.appspot.com/#/build?repo=packages) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/flutter/packages/badge)](https://deps.dev/project/github/flutter%2Fpackages) This repo is a companion repo to the main [flutter repo](