update contributors avatar size
This commit is contained in:
parent
b8fe354145
commit
90f872c8ae
4
.github/workflows/contributors.yml
vendored
4
.github/workflows/contributors.yml
vendored
@ -2,7 +2,7 @@ name: contributors
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
contributors:
|
contributors:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
hideName: 'false' # Hide names in htmlTable
|
hideName: 'false' # Hide names in htmlTable
|
||||||
avatarSize: 66 # Set the avatar size.
|
avatarSize: 33 # Set the avatar size.
|
||||||
truncate: 6
|
truncate: 6
|
||||||
avatarMargin: 6
|
avatarMargin: 6
|
||||||
|
|
||||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
- ".github/workflows/agent.yml"
|
- ".github/workflows/agent.yml"
|
||||||
- ".github/workflows/codeql-analysis.yml"
|
- ".github/workflows/codeql-analysis.yml"
|
||||||
- ".github/workflows/test-on-pr.yml"
|
- ".github/workflows/test-on-pr.yml"
|
||||||
|
- ".github/workflows/contributors.yml"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- ".goreleaser.yml"
|
- ".goreleaser.yml"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user