From a5a4bc996928cb8d0dd8842946b8aa67effb2811 Mon Sep 17 00:00:00 2001 From: Andreia Velasco Date: Wed, 28 Feb 2024 11:09:14 +0100 Subject: [PATCH] Added badges to README (#205) ## Issue Repo status is not displayed in the [Charm Engineering Releases](https://releases.juju.is/?team=Data) page. ## Solution Added status badges: * CharmHub Badge * Release * Tests * Docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8be3aab95..d40dfac3b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # mysql-router-k8s-operator - +[![Charmhub](https://charmhub.io/mysql-router-k8s/badge.svg)](https://charmhub.io/mysql-router-k8s) +[![Release](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/release.yaml/badge.svg)](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/release.yaml) +[![Tests](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/ci.yaml) +[![Sync docs from Discourse](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/sync_docs.yaml/badge.svg)](https://github.com/canonical/mysql-router-k8s-operator/actions/workflows/sync_docs.yaml) +----------------- ## Description Charmed operator for mysql-router under k8s. MySQL-Router is a database proxy for Group Replicated MySQL clusters.