From c4d1d8dd99eedc1320071922585a6373a52bd4f3 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Thu, 4 Jul 2024 13:13:34 +0200 Subject: [PATCH] docs: update badges to use shields.io --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84b3226..88ec139 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Auto-label -![Unit test](https://github.com/Renato66/auto-label/workflows/Unit%20test/badge.svg) -[![Auto Label](https://github.com/Renato66/auto-label/workflows/Labeling%20new%20issue/badge.svg)](https://github.com/Renato66/auto-label) -[![Codecov](https://codecov.io/gh/Renato66/auto-label/branch/main/graph/badge.svg)](https://codecov.io/gh/Renato66/auto-label) +[![GitHub Checks Workflow Status](https://img.shields.io/github/actions/workflow/status/Renato66/auto-label/checks.yml?logo=github&label=Build)](https://github.com/Renato66/auto-label/actions/workflows/checks.yml) +[![Auto Label](https://img.shields.io/github/actions/workflow/status/Renato66/auto-label/auto-label.yml?logo=github&label=Auto%20Label)](https://github.com/Renato66/auto-label/actions/workflows/auto-label.yml) +[![Codecov](https://img.shields.io/codecov/c/github/renato66/auto-label?logo=codecov)](https://codecov.io/gh/Renato66/auto-label) +[![Usage](https://img.shields.io/badge/used_by-125-blue?logo=githubactions&logoColor=FFF&logoSize=small)](https://github.com/search?q=%22uses%3A+renato66%2Fauto-label%22+path%3A.github%2Fworkflows&type=code) @@ -224,11 +225,7 @@ Labels that will always be set when an issue is created/updated such as `triage` To add a badge simple replace owner and repository - - -[![Auto Label](https://github.com/Renato66/auto-label/workflows/Labeling%20new%20issue/badge.svg)](https://github.com/Renato66/auto-label) - -``` - -[![Auto Label](https://github.com///workflows/Labeling%20new%20issue/badge.svg)](https://github.com/Renato66/auto-label) +```markdown + +[![Auto Label](https://img.shields.io/github/actions/workflow/status///.yml?logo=github&label=Auto%20Label)](https://github.com/Renato66/auto-label) ```