Skip to content

Commit 51d5517

Browse files
committed
chore: update workflows config.
1 parent 313ed57 commit 51d5517

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
- run: npm run bundle
2121
- run: npm run bundle:min
2222

23+
- name: Generate Contributors Images
24+
uses: jaywcjlove/github-action-contributors@main
25+
with:
26+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
27+
output: build/CONTRIBUTORS.svg
28+
avatarSize: 42
29+
2330
- name: Create Coverage Badges
2431
uses: jaywcjlove/coverage-badges-cli@main
2532
with:

0 commit comments

Comments
 (0)