Skip to content

Commit d7ad7d1

Browse files
authored
Update and rename sync-contributors.yml to contributors.yml
1 parent a9ec6f0 commit d7ad7d1

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

.github/workflows/contributors.yml

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

.github/workflows/sync-contributors.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)