update contributors avatar size

This commit is contained in:
naiba 2023-05-08 12:48:50 +08:00 committed by GitHub
parent b8fe354145
commit 90f872c8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: contributors
on:
push:
branches: [main]
branches: [master]
jobs:
contributors:
@ -14,7 +14,7 @@ jobs:
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
hideName: 'false' # Hide names in htmlTable
avatarSize: 66 # Set the avatar size.
avatarSize: 33 # Set the avatar size.
truncate: 6
avatarMargin: 6

View File

@ -8,6 +8,7 @@ on:
- ".github/workflows/agent.yml"
- ".github/workflows/codeql-analysis.yml"
- ".github/workflows/test-on-pr.yml"
- ".github/workflows/contributors.yml"
- "README.md"
- ".goreleaser.yml"