From c1e1562a89b9f252c748c4e62f704d0136d6c7b5 Mon Sep 17 00:00:00 2001 From: Auca Coyan Date: Fri, 22 Mar 2024 09:38:56 -0300 Subject: [PATCH] Update badge to current CI status. Remove the link to `/actions` (#2612) ## Summary Hi! I noticed the badge in the `README.md` says CI it's failing [![Actions status](https://github.com/astral-sh/uv/workflows/CI/badge.svg)](https://github.com/astral-sh/uv/actions) But current main CI is okay. The problem is that badge is bringing the latest actions ran in the repo. Even if it's from a PR So I changed to this link: ![Action Status](https://github.com/astral-sh/uv/actions/workflows/ci.yml/badge.svg) It shows the current main branch CI status, but _I couldn't get the link to work (go into `uv/actions`)_. Is it acceptable to lose some functionality in order to display the correct information? ## Test Plan manually --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41beba3ea..34d6ed2c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![image](https://img.shields.io/pypi/v/uv.svg)](https://pypi.python.org/pypi/uv) [![image](https://img.shields.io/pypi/l/uv.svg)](https://pypi.python.org/pypi/uv) [![image](https://img.shields.io/pypi/pyversions/uv.svg)](https://pypi.python.org/pypi/uv) -[![Actions status](https://github.com/astral-sh/uv/workflows/CI/badge.svg)](https://github.com/astral-sh/uv/actions) +![Actions status](https://github.com/astral-sh/uv/actions/workflows/ci/badge.svg) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.gg/astral-sh) An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in