mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00: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
|
@ -5,107 +5,6 @@
|
||||||
"imageSize": 100,
|
"imageSize": 100,
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
|
||||||
"login": "eleith",
|
|
||||||
"name": "eleith",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/284832?v=4",
|
|
||||||
"profile": "http://eleith.com",
|
|
||||||
"contributions": [
|
|
||||||
"infra",
|
|
||||||
"doc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "NorseGaud",
|
|
||||||
"name": "Nathan Pierce",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/5896030?v=4",
|
|
||||||
"profile": "https://github.com/NorseGaud",
|
|
||||||
"contributions": [
|
|
||||||
"doc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "georglauterbach",
|
|
||||||
"name": "Georg Lauterbach",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/44545919?v=4",
|
|
||||||
"profile": "https://github.com/georglauterbach",
|
|
||||||
"contributions": [
|
|
||||||
"maintenance",
|
|
||||||
"code",
|
|
||||||
"question",
|
|
||||||
"review"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "hnws",
|
|
||||||
"name": "hnws",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/668137?v=4",
|
|
||||||
"profile": "https://github.com/hnws",
|
|
||||||
"contributions": [
|
|
||||||
"doc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "wernerfred",
|
|
||||||
"name": "Frederic Werner",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/20406381?v=4",
|
|
||||||
"profile": "https://github.com/wernerfred",
|
|
||||||
"contributions": [
|
|
||||||
"doc",
|
|
||||||
"maintenance"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "casperklein",
|
|
||||||
"name": "Casper",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/590174?v=4",
|
|
||||||
"profile": "https://www.heiko-barth.de",
|
|
||||||
"contributions": [
|
|
||||||
"maintenance"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "polarathene",
|
|
||||||
"name": "Brennan Kinney",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/5098581?v=4",
|
|
||||||
"profile": "https://github.com/polarathene",
|
|
||||||
"contributions": [
|
|
||||||
"maintenance",
|
|
||||||
"doc",
|
|
||||||
"security",
|
|
||||||
"question"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "andrewlow",
|
|
||||||
"name": "Andrew Low",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/2952475?v=4",
|
|
||||||
"profile": "https://github.com/andrewlow",
|
|
||||||
"contributions": [
|
|
||||||
"doc",
|
|
||||||
"code"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "funkypenguin",
|
|
||||||
"name": "David Young",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/1524686?v=4",
|
|
||||||
"profile": "https://www.funkypenguin.co.nz",
|
|
||||||
"contributions": [
|
|
||||||
"code",
|
|
||||||
"platform"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"login": "williamdes",
|
|
||||||
"name": "William Desportes",
|
|
||||||
"avatar_url": "https://avatars.githubusercontent.com/u/7784660?v=4",
|
|
||||||
"profile": "https://williamdes.eu/en/",
|
|
||||||
"contributions": [
|
|
||||||
"doc",
|
|
||||||
"code"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"login": "matrixes",
|
"login": "matrixes",
|
||||||
"name": "matrixes",
|
"name": "matrixes",
|
||||||
|
|
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'
|
1653
CONTRIBUTORS.md
1653
CONTRIBUTORS.md
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue