From 7cd2bda2cf2c9cbf450a8a51b609fc9b3438dfac Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Mon, 18 Sep 2023 08:58:27 -0700 Subject: [PATCH] Add dashboard link to README (#4902) Currently we have a badge for the build status in the repo README, but not a link to the Flutter dashboard for it which is now the primary source of truth. This adds a link to the official dashboard next to the build status. (Ideally we'd do a dynamic badge based on the actual build status, but I don't know if we have an endpoint we can use to easily get that information, and the `release` badge we already have serves that purspose anyway, so this is fine for now.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75dbd9b01c..9f1296a90f 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](