mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
contributors: fix spelling & remove dedicated AllContributors section (#3638)
With the latest `contributors.yml` workflow, everyone is included in the list of contributors. Hence, we do not need the extra section anymore.
This commit is contained in:
parent
d2efedf91c
commit
f5a7e9d119
3
.github/workflows/contributors.yml
vendored
3
.github/workflows/contributors.yml
vendored
|
@ -25,8 +25,9 @@ jobs:
|
|||
with:
|
||||
readme_path: CONTRIBUTORS.md
|
||||
collaborators: all
|
||||
use_username: true
|
||||
commit_message: 'docs: updated `CONTRIBUTORS.md`'
|
||||
committer_username: github-actions[bot]
|
||||
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
|
||||
pr_title_on_protected: 'docs: update `CONTRIBUTORS.md'
|
||||
pr_title_on_protected: 'docs: update `CONTRIBUTORS.md`'
|
||||
auto_detect_branch_protection: true
|
||||
|
|
|
@ -1956,27 +1956,3 @@ Thanks goes to these wonderful people ✨
|
|||
</td></tr>
|
||||
</table>
|
||||
<!-- readme: collaborators,contributors -end -->
|
||||
|
||||
## Further Contributors
|
||||
|
||||
Also thanks goes to these wonderful people, that have contributed in various other ways than code lines ✨
|
||||
|
||||
[Emoji Key ✨ (and Contribution Types)](https://allcontributors.org/docs/en/emoji-key)
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/matrixes"><img src="https://avatars.githubusercontent.com/u/46491408?v=4?s=100" width="100px;" alt=""/><br /><sub><b>matrixes</b></sub></a><br /><a href="#blog-matrixes" title="Blogposts">📝</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
||||
|
||||
Note: We started using [all-contributors](https://github.com/all-contributors/all-contributors) in July 2021. We will add contributors with their future PRs or Issues. Code contributions are added automatically. If you are [one of the 200+](https://github.com/docker-mailserver/docker-mailserver/graphs/contributors) that contributed to the project in the past and would like to see your name here too, please reach out!
|
||||
|
|
Loading…
Reference in a new issue