From 9afd10402cffb4cacb3b53cce569e6962dcc5298 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Feb 2024 06:52:55 +0000 Subject: [PATCH] Add status badge for CI actions (#116) Signed-off-by: mgodwan (cherry picked from commit 6eb028f5d15b47d4bc77990dee75e8f5377b2c24) Signed-off-by: github-actions[bot] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46d5172..f586e92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Backward Compatibility Checks](https://github.com/opensearch-project/custom-codecs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/opensearch-project/custom-codecs/actions/workflows/ci.yml) +[![Publish snapshots to maven](https://github.com/opensearch-project/custom-codecs/actions/workflows/publish-maven-snapshots.yml/badge.svg?branch=main)](https://github.com/opensearch-project/custom-codecs/actions/workflows/publish-maven-snapshots.yml) + # Custom Codecs Custom Codecs plugin makes it possible for users to provide custom Lucene codecs for loading through Apache Lucene's `NamedSPILoader`. These codecs can be used to customize the on-disk representation of the opensearch indexes. For example, zstd compression can be used for