Create contributors.yml

This commit is contained in:
kodxana 2021-12-14 09:18:46 +01:00 committed by GitHub
parent 3b4bc7910f
commit f3cf3526f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
.github/workflows/contributors.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Add contributors
on:
schedule:
- cron: '20 20 * * *'
push:
branches:
- master
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
with:
CONTRIBUTOR: '### Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/README.md'
COMMIT_MESSAGE: 'docs(README): update contributors'
AVATAR_SHAPE: 'round'