Skip to content

Commit

Permalink
feat: README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Colten Krauter committed Sep 4, 2024
1 parent f1295c9 commit 9724024
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@

<div align="center">

![GitHub Action Status](https://github.com/krauters/github-notifier/workflows/Tests/badge.svg)
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-GitHub%20Notifier-blue)](https://github.com/marketplace/actions/github-notifier-by-krauters)
![License](https://img.shields.io/github/license/krauters/github-notifier)

![Version](https://img.shields.io/github/v/release/krauters/github-notifier)
[![npm version](https://img.shields.io/npm/v/@krauters/github-notifier.svg?style=flat-square)](https://www.npmjs.org/package/@krauters/github-notifier)
![GitHub Stars](https://img.shields.io/github/stars/krauters/github-notifier)
![Forks](https://img.shields.io/github/forks/krauters/github-notifier)

![GitHub Issues](https://img.shields.io/github/issues/krauters/github-notifier)
![Open PRs](https://img.shields.io/github/issues-pr/krauters/github-notifier)
![Commits per Month](https://img.shields.io/github/commit-activity/m/krauters/github-notifier)
![Contributors](https://img.shields.io/github/contributors/krauters/github-notifier)
![Last Commit](https://img.shields.io/github/last-commit/krauters/github-notifier)

[![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=@krauters/github-notifier&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.now.sh/result?p=@krauters/github-notifier)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@krauters/github-notifier?style=flat-square)](https://bundlephobia.com/package/@krauters/github-notifier@latest)
[![npm downloads](https://img.shields.io/npm/dm/@krauters/github-notifier.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@krauters/github-notifier)
![Code Size](https://img.shields.io/github/languages/code-size/krauters/github-notifier)
![Repo Size](https://img.shields.io/github/repo-size/krauters/github-notifier)

</div>

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37649,7 +37649,7 @@ var core = __nccwpck_require__(2186);
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
var github = __nccwpck_require__(5438);
;// CONCATENATED MODULE: ./package.json
const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.5.1","Xh":"https://github.com/krauters/github-notifier"}');
const package_namespaceObject = JSON.parse('{"u2":"@krauters/github-notifier","i8":"0.6.0","Xh":"https://github.com/krauters/github-notifier"}');
;// CONCATENATED MODULE: ./src/defaults.ts
const scmUrl = 'https://github.com';
const prBaseUrl = `${scmUrl}/pulls?q=is%3Aopen+is%3Apr+archived%3Afalse+draft%3Afalse+user%3A`;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@krauters/github-notifier",
"description": "GitHub Notifier by Krauters – Post Open Pull Requests to Slack",
"version": "0.5.1",
"version": "0.6.0",
"author": "Colten Krauter",
"type": "module",
"homepage": "https://github.com/krauters/github-notifier",
Expand Down

0 comments on commit 9724024

Please sign in to comment.