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 2738057 commit 4e59acfCopy full SHA for 4e59acf
.github/workflows/ci.yml
@@ -43,10 +43,9 @@ jobs:
43
- name: Generate Contributors Images
44
uses: jaywcjlove/github-action-contributors@main
45
with:
46
- token: ${{ secrets.GITHUB_TOKEN }}
47
- filter-author: 'renovate\\[bot\\]'
+ filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
48
output: build/CONTRIBUTORS.svg
49
- avatarSize: 36
+ avatarSize: 42
50
51
- name: Deploy
52
uses: peaceiris/actions-gh-pages@v3
0 commit comments