Skip to content

Commit 12912fa

Browse files
Create contributors.yml
1 parent f81746e commit 12912fa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Add contributors
2+
on:
3+
schedule:
4+
- cron: '20 20 * * *'
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
add-contributors:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: BobAnkh/add-contributors@master
15+
with:
16+
CONTRIBUTOR: '### Contributors'
17+
COLUMN_PER_ROW: '6'
18+
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
19+
IMG_WIDTH: '100'
20+
FONT_SIZE: '14'
21+
PATH: '/README.md'
22+
COMMIT_MESSAGE: 'docs(README): update contributors'
23+
AVATAR_SHAPE: 'round'

0 commit comments

Comments
 (0)