mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 14:43:39 +00:00
ci: Update contributors-list action, increase avatar margin, and add noFetch option.
This commit is contained in:
5
.github/workflows/update-contributors.yml
vendored
5
.github/workflows/update-contributors.yml
vendored
@@ -25,14 +25,15 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate contributors SVG
|
- name: Generate contributors SVG
|
||||||
uses: wow-actions/contributors-list@v1
|
uses: tw93/contributors-list@master
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
svgPath: CONTRIBUTORS.svg
|
svgPath: CONTRIBUTORS.svg
|
||||||
svgWidth: 1000
|
svgWidth: 1000
|
||||||
avatarSize: 72
|
avatarSize: 72
|
||||||
avatarMargin: 20
|
avatarMargin: 50
|
||||||
userNameHeight: 20
|
userNameHeight: 20
|
||||||
|
noFetch: true
|
||||||
noCommit: true
|
noCommit: true
|
||||||
includeBots: false
|
includeBots: false
|
||||||
excludeUsers: "github-actions web-flow dependabot claude"
|
excludeUsers: "github-actions web-flow dependabot claude"
|
||||||
|
|||||||
Reference in New Issue
Block a user