Skip to content

Commit f15c999

Browse files
committed
chore: update workflows config.
1 parent 2c05d24 commit f15c999

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
@@ -17,6 +17,13 @@ jobs:
1717
- run: npm run build
1818
- run: npm run doc
1919

20+
- name: Generate Contributors Images
21+
uses: jaywcjlove/github-action-contributors@main
22+
with:
23+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
24+
output: build/CONTRIBUTORS.svg
25+
avatarSize: 42
26+
2027
- name: Create Tag
2128
id: create_tag
2229
uses: jaywcjlove/[email protected]

0 commit comments

Comments
 (0)