From dfc1996997a5c8a1ceea1b007fd420f741275d74 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 26 Feb 2022 22:10:01 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4fc83e..2f8afe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,13 @@ jobs: - run: npm run coverage - run: npm run doc + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: website/build/CONTRIBUTORS.svg + avatarSize: 42 + - name: Create Coverage Badges uses: jaywcjlove/coverage-badges-cli@main with: