Skip to content

Commit 4ad1f9e

Browse files
committed
feat: add contributors.md file
1 parent 35728e2 commit 4ad1f9e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,14 @@ jobs:
137137
overwrite: true
138138
file_glob: true
139139
body: ${{ steps.changelog.outputs.changes }}
140+
141+
- uses: BobAnkh/add-contributors@master
142+
with:
143+
CONTRIBUTOR: "### Contributors"
144+
COLUMN_PER_ROW: "6"
145+
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
146+
IMG_WIDTH: "100"
147+
FONT_SIZE: "14"
148+
PATH: "/CONTRIBUTORS.md"
149+
COMMIT_MESSAGE: "docs(README): update contributors"
150+
AVATAR_SHAPE: "round"

0 commit comments

Comments
 (0)