From a82484f5d78e127f6317bac8d6c580a5d29bbda3 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 13 Aug 2024 23:18:14 +0800 Subject: [PATCH] docs: remove unnecessary badges from the README - Remove build status badges from the README - Delete Docker pulls badge from the README Signed-off-by: Bo-Yi Wu --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b15a193..a1a7bbf 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,8 @@ ![logo](./images/logo.png) [![GoDoc](https://godoc.org/github.com/appleboy/drone-telegram?status.svg)](https://godoc.org/github.com/appleboy/drone-telegram) -[![Build Status](https://cloud.drone.io/api/badges/appleboy/drone-telegram/status.svg)](https://cloud.drone.io/appleboy/drone-telegram) -[![Build status](https://ci.appveyor.com/api/projects/status/cm4l9udn8ywkif42?svg=true)](https://ci.appveyor.com/project/appleboy/drone-telegram-cd47y) [![codecov](https://codecov.io/gh/appleboy/drone-telegram/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-telegram) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-telegram)](https://goreportcard.com/report/github.com/appleboy/drone-telegram) -[![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-telegram.svg)](https://hub.docker.com/r/appleboy/drone-telegram/) [Drone](https://github.com/drone/drone) plugin for sending telegram notifications. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/appleboy/drone-telegram/).