We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c05d24 commit f15c999Copy full SHA for f15c999
.github/workflows/ci.yml
@@ -17,6 +17,13 @@ jobs:
17
- run: npm run build
18
- run: npm run doc
19
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
+
27
- name: Create Tag
28
id: create_tag
29
uses: jaywcjlove/[email protected]
0 commit comments