Update contributors (#2143)

* Create contributors.yml

* repo updated

* Update CONTRIBUTORS.md

* Update CONTRIBUTORS.md

* Update .all-contributorsrc

* Update contributors.yml

* Update CONTRIBUTORS.md

* add further contrib description

* added all-contributors note

* typo
This commit is contained in:
Casper 2021-08-28 15:23:11 +02:00 committed by GitHub
parent fbf8d30915
commit 6ed4f8e2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1662 additions and 115 deletions

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

@ -0,0 +1,23 @@
name: Update contributors
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Auto-add contributors
uses: BobAnkh/add-contributors@v0.2.1
with:
REPO_NAME: 'docker-mailserver/docker-mailserver'
CONTRIBUTOR: '## Contributors'
COLUMN_PER_ROW: '6'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
IMG_WIDTH: '100'
FONT_SIZE: '14'
PATH: '/CONTRIBUTORS.md'
COMMIT_MESSAGE: 'docs(CONTRIBUTORS): update contributors'
AVATAR_SHAPE: 'round'