From 71ef9019b0d32d3f643400b5a2eb62f9b6c696cf Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 5 Jan 2026 13:18:06 +0800 Subject: [PATCH] ci: Update contributors-list action, increase avatar margin, and add noFetch option. --- .github/workflows/update-contributors.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index aed48f5..7573171 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -25,14 +25,15 @@ jobs: fetch-depth: 0 - name: Generate contributors SVG - uses: wow-actions/contributors-list@v1 + uses: tw93/contributors-list@master with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} svgPath: CONTRIBUTORS.svg svgWidth: 1000 avatarSize: 72 - avatarMargin: 20 + avatarMargin: 50 userNameHeight: 20 + noFetch: true noCommit: true includeBots: false excludeUsers: "github-actions web-flow dependabot claude"