From 17a46b3c824a87556386abf7196da028e4d16efc Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 5 Oct 2023 01:58:50 +0800 Subject: [PATCH] chore: add Contributors badges icon. --- .github/workflows/main.yml | 9 ++++++++- README.md | 10 ++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0342f84..4debb0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,14 @@ jobs: with: source: coverage/coverage-summary.json output: dist/badges.svg - + + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: dist/CONTRIBUTORS.svg + avatarSize: 42 + - run: cp -rp coverage/lcov-report dist - name: Deploy Website diff --git a/README.md b/README.md index 477caa0..be1780e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,16 @@ prepareUrls({ // } ``` +## Contributors + +As always, thanks to our amazing contributors! + + + + + +Made with [contributors](https://github.com/jaywcjlove/github-action-contributors). + ## License MIT