Skip to content

Commit 5b9817f

Browse files
committed
docs: update badges
1 parent 4ce1e77 commit 5b9817f

File tree

1 file changed

+30
-38
lines changed

1 file changed

+30
-38
lines changed

README.md

+30-38
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,23 @@
1-
<p align="center">
2-
<a href="https://github.com/apps/pull">
3-
<img alt="Pull App" src="https://prod.download/pull-social-svg" />
4-
</a>
5-
</p>
6-
7-
<p align="center">
8-
<a href="https://probot.github.io">
9-
<img alt="Probot Featured" src="https://badgen.net/badge/Probot/Featured/red?icon=dependabot&cache=86400" />
10-
</a>
11-
<a href="https://deno.com">
12-
<img alt="Deno 2.0" src="https://img.shields.io/badge/Deno%202.0-000000?logo=Deno&logoColor=ffffff" />
13-
</a>
14-
<a href="https://www.typescriptlang.org">
15-
<img alt="TypeScript" src="https://badgen.net/badge/_/TypeScript/blue?&label=&icon=typescript&cache=86400" />
16-
</a>
17-
<a href="https://github.com/wei/pull">
18-
<img alt="Version" src="https://badgen.net/https/pull.git.ci/badges/version?label=Version&color=orange&cache=300" />
19-
</a>
20-
<a href="https://github.com/wei/pull">
21-
<img alt="GitHub Stars" src="https://badgen.net/github/stars/wei/pull?label=Stars&icon=github&color=pink&cache=600" />
22-
</a>
23-
<a href="https://wei.mit-license.org">
24-
<img alt="License" src="https://badgen.net/badge/License/MIT/grey?cache=86400" />
25-
</a>
26-
</p>
1+
<!-- deno-fmt-ignore-start -->
2+
3+
<div align="center">
4+
5+
[![Pull App][pull-social]][pull-website]
6+
7+
[![Probot Featured][probot-badge]][probot-url] [![Deno 2.0][deno-badge]][deno-url] [![TypeScript][ts-badge]][ts-url] [![Version][version-badge]][version-url] [![GitHub Stars][stars-badge]][pull-repo] [![License][license-badge]][license-url]
8+
9+
</div>
2710

2811
> 🤖 a GitHub App that keeps your forks up-to-date with upstream via automated
2912
> pull requests.
3013
31-
<p>
32-
<a href="https://github.com/apps/pull">
33-
<img alt="Installations" src="https://badgen.net/https/pull.git.ci/badges/installations?labelColor=yellow&cache=600" />
34-
</a>
35-
<a href="https://github.com/apps/pull">
36-
<img alt="Repositories" src="https://badgen.net/https/pull.git.ci/badges/repos?labelColor=orange&cache=600" />
37-
</a>
38-
<a href="https://github.com/issues?q=author%3Aapp%2Fpull">
39-
<img alt="Triggered #" src="https://badgen.net/https/pull.git.ci/badges/triggers?labelColor=pink&cache=600" />
40-
</a>
41-
</p>
14+
<div align="center">
15+
16+
[![Installations][installations-badge]][pull-app] [![Repositories][repos-badge]][pull-app] [![Triggered #][triggers-badge]][pull-app]
17+
18+
</div>
19+
20+
<!-- deno-fmt-ignore-end -->
4221

4322
## Features
4423

@@ -153,9 +132,22 @@ _Can you help keep this open source service alive?
153132

154133
Made with ❤️ by [@wei](https://github.com/wei)
155134

156-
[probot-url]: https://probot.github.io/
135+
[probot-url]: https://probot.github.io
157136
[license-url]: https://wei.mit-license.org
158137
[pull-app]: https://github.com/apps/pull
159138
[pull-website]: https://wei.github.io/pull
160139
[pull-repo]: https://github.com/wei/pull
161140
[pull-sponsor]: https://prod.download/pull-readme-sponsor
141+
[pull-social]: https://prod.download/pull-social-svg
142+
[probot-badge]: https://badgen.net/badge/Probot/Featured/red?icon=dependabot&cache=86400
143+
[deno-badge]: https://img.shields.io/badge/Deno%202.0-000000?logo=Deno&logoColor=ffffff
144+
[ts-badge]: https://badgen.net/badge/_/TypeScript/blue?&label=&icon=typescript&cache=86400
145+
[version-badge]: https://badgen.net/https/pull.git.ci/badges/version?label=Version&color=orange&cache=300
146+
[stars-badge]: https://badgen.net/github/stars/wei/pull?label=Stars&icon=github&color=pink&cache=600
147+
[license-badge]: https://badgen.net/badge/License/MIT/grey?cache=86400
148+
[installations-badge]: https://badgen.net/https/pull.git.ci/badges/installations?labelColor=yellow&cache=600
149+
[repos-badge]: https://badgen.net/https/pull.git.ci/badges/repos?labelColor=orange&cache=600
150+
[triggers-badge]: https://badgen.net/https/pull.git.ci/badges/triggers?labelColor=pink&cache=600
151+
[deno-url]: https://deno.com
152+
[ts-url]: https://www.typescriptlang.org
153+
[version-url]: https://pull.git.ci/version

0 commit comments

Comments
 (0)