From 90f872c8ae0dae1668fc4828b34213446e525d5d Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 8 May 2023 12:48:50 +0800 Subject: [PATCH] update contributors avatar size --- .github/workflows/contributors.yml | 4 ++-- .github/workflows/test.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 789b828..78051ad 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fd6adf..c0521dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"