mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
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:
parent
fbf8d30915
commit
6ed4f8e2cd
3 changed files with 1662 additions and 115 deletions
23
.github/workflows/contributors.yml
vendored
Normal file
23
.github/workflows/contributors.yml
vendored
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue