From 51d5517d937e2127ac366e72a5408788fd22022e Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 28 Feb 2022 11:29:29 +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 a73b9435..eb78d9ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,13 @@ jobs: - run: npm run bundle - run: npm run bundle:min + - name: Generate Contributors Images + uses: jaywcjlove/github-action-contributors@main + with: + filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\]) + output: build/CONTRIBUTORS.svg + avatarSize: 42 + - name: Create Coverage Badges uses: jaywcjlove/coverage-badges-cli@main with: