about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-10 22:24:29 +0000
committerbors <bors@rust-lang.org>2022-12-10 22:24:29 +0000
commit3b67e6af9ef74ed854184b4e772b8c0141c26ad5 (patch)
tree48134690d3ce57c112ab3f9168fb722e78b3a144
parentc0130e45df57b65d639f54defa5d6902c14489df (diff)
parent55f1698a6caa8ed4f74fa4decb918cbf173d7a44 (diff)
downloadrust-3b67e6af9ef74ed854184b4e772b8c0141c26ad5.tar.gz
rust-3b67e6af9ef74ed854184b4e772b8c0141c26ad5.zip
Auto merge of #10059 - alex-semenyuk:fix_badge_book, r=flip1995
Fix badge

Apply this #9734 for book
changelog: none
-rw-r--r--book/src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/README.md b/book/src/README.md
index 6248d588a89..23867df8efe 100644
--- a/book/src/README.md
+++ b/book/src/README.md
@@ -1,6 +1,6 @@
 # Clippy
 
-[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto)
+[![Clippy Test](https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test%20(bors)/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(bors)%22+event%3Apush+branch%3Aauto)
 [![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](https://github.com/rust-lang/rust-clippy#license)
 
 A collection of lints to catch common mistakes and improve your