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 313ed57 commit 51d5517Copy full SHA for 51d5517
.github/workflows/ci.yml
@@ -20,6 +20,13 @@ jobs:
20
- run: npm run bundle
21
- run: npm run bundle:min
22
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
+
30
- name: Create Coverage Badges
31
uses: jaywcjlove/coverage-badges-cli@main
32
with:
0 commit comments