From 2a5ffca56b2997e72016368930c55721b2dd61b3 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Thu, 13 Jun 2024 19:15:17 +0000 Subject: [PATCH] fix shields.io badges in README.md --- README.md | 2 +- changelogs/fragments/20240613-fix-README-bagdes.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/20240613-fix-README-bagdes.yaml diff --git a/README.md b/README.md index 751fad7a82..a132dbe41f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kubernetes Collection for Ansible -[![CI](https://github.com/ansible-collections/kubernetes.core/workflows/CI/badge.svg?event=push)](https://github.com/ansible-collections/kubernetes.core/actions) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes.core)](https://codecov.io/gh/ansible-collections/kubernetes.core) +![Linters](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/linters.yaml?label=linters&link=https%3A%2F%2Fgithub.com%2Fansible-collections%2Fkubernetes.core%2Factions%2Fworkflows%2Flinters.yaml) ![Integration tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/integration-tests.yaml?label=integration%20tests&link=https%3A%2F%2Fgithub.com%2Fansible-collections%2Fkubernetes.core%2Factions%2Fworkflows%2Fintegration-tests.yaml) ![Sanity tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/sanity-tests.yaml?label=sanity%20tests&link=https%3A%2F%2Fgithub.com%2Fansible-collections%2Fkubernetes.core%2Factions%2Fworkflows%2Fsanity-tests.yaml) ![Integration tests](https://img.shields.io/github/actions/workflow/status/ansible-collections/kubernetes.core/unit-tests.yaml?label=unit%20tests&link=https%3A%2F%2Fgithub.com%2Fansible-collections%2Fkubernetes.core%2Factions%2Fworkflows%2Funit-tests.yaml) ![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/kubernetes.core) This repository hosts the `kubernetes.core` (formerly known as `community.kubernetes`) Ansible Collection. diff --git a/changelogs/fragments/20240613-fix-README-bagdes.yaml b/changelogs/fragments/20240613-fix-README-bagdes.yaml new file mode 100644 index 0000000000..ec4960f019 --- /dev/null +++ b/changelogs/fragments/20240613-fix-README-bagdes.yaml @@ -0,0 +1,2 @@ +minor_changes: + - README.md - fixed badges in README.md (https://github.com/ansible-collections/kubernetes.core/pull/749)