From 7c651e183767687fdd585b51a3fd42dddb97aa05 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Fri, 15 Dec 2023 18:35:46 +0530 Subject: [PATCH] docs: fix CI badge in README Fix CI badge links to filter only merge_group events as main branch now uses merge_group to push changes. This will give a more accurate representation of the status of CI rather than showing the complete status of CI workflow. Signed-off-by: Akhil Mohan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 307d0f9f5..1c7b53193 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![containerd banner dark mode](https://raw.githubusercontent.com/cncf/artwork/master/projects/containerd/horizontal/white/containerd-horizontal-white.png#gh-dark-mode-only) [![PkgGoDev](https://pkg.go.dev/badge/github.com/containerd/containerd/v2)](https://pkg.go.dev/github.com/containerd/containerd/v2) -[![Build Status](https://github.com/containerd/containerd/workflows/CI/badge.svg)](https://github.com/containerd/containerd/actions?query=workflow%3ACI) +[![Build Status](https://github.com/containerd/containerd/actions/workflows/ci.yml/badge.svg?event=merge_group)](https://github.com/containerd/containerd/actions?query=workflow%3ACI+event%3Amerge_group) [![Nightlies](https://github.com/containerd/containerd/workflows/Nightly/badge.svg)](https://github.com/containerd/containerd/actions?query=workflow%3ANightly) [![Go Report Card](https://goreportcard.com/badge/github.com/containerd/containerd/v2)](https://goreportcard.com/report/github.com/containerd/containerd/v2) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1271/badge)](https://bestpractices.coreinfrastructure.org/projects/1271)