Skip to content

Commit 4e59acf

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 2738057 commit 4e59acf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ jobs:
4343
- name: Generate Contributors Images
4444
uses: jaywcjlove/github-action-contributors@main
4545
with:
46-
token: ${{ secrets.GITHUB_TOKEN }}
47-
filter-author: 'renovate\\[bot\\]'
46+
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
4847
output: build/CONTRIBUTORS.svg
49-
avatarSize: 36
48+
avatarSize: 42
5049

5150
- name: Deploy
5251
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)