From 349cb782a94ec0affa26c6fa45c143068b37ef97 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Mon, 7 Nov 2022 11:55:21 -0400 Subject: [PATCH] chore: make badges links to the workflow itself (#21790) (#1553) Change-Id: I38c7b94ca9d68e277e248ddce1738bc9ed4ceb50 Signed-off-by: Nick Boldt Signed-off-by: Nick Boldt --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a301a330..1c174d928 100644 --- a/README.md +++ b/README.md @@ -163,14 +163,16 @@ $ go mod graph ## Builds This repo contains several [actions](https://github.com/eclipse-che/che-operator/actions), including: -* ![release latest stable](https://github.com/eclipse-che/che-operator/actions/workflows/release.yml/badge.svg) -* ![next builds](https://github.com/eclipse-che/che-operator/actions/workflows/build-next-images.yaml/badge.svg) -* ![PR](https://github.com/eclipse-che/che-operator/actions/workflows/pr-check.yml/badge.svg) +* [![release latest stable](https://github.com/eclipse-che/che-operator/actions/workflows/release.yml/badge.svg)](https://github.com/eclipse-che/che-operator/actions/workflows/release.yml) +* [![next builds](https://github.com/eclipse-che/che-operator/actions/workflows/build-next-images.yaml/badge.svg)](https://github.com/eclipse-che/che-operator/actions/workflows/build-next-images.yaml) +* [![PR](https://github.com/eclipse-che/che-operator/actions/workflows/pr-check.yml/badge.svg)](https://github.com/eclipse-che/che-operator/actions/workflows/pr-check.yml) Downstream builds can be found at the link below, which is _internal to Red Hat_. Stable builds can be found by replacing the 3.x with a specific version like 3.2. * [operator_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator_3.x/) * [operator-bundle_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator-bundle_3.x/) + +See also: * [dsc_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/dsc_3.x) (downstream equivalent of [chectl](https://github.com/redhat-developer/devspaces-chectl/))