:octocat: Adds an action to generate collabarators list

This commit is contained in:
Alicia Sykes 2021-07-31 16:48:37 +01:00
parent 2b847c38bb
commit 5270f41764
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Generates and inserts a dynamic table of contributors into ./docs/credits.md
on: [push, pull_request]
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Inserts contributors into credits.md
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
image_size: 80
readme_path: docs/credits.md
columns_per_row: 6
commit_message: ':yellow_heart: Updates contributors list'
committer_username: liss-bot
committer_email: liss-bot@d0h.co

View File

@ -3,8 +3,16 @@
## Sponsors
<!-- sponsors --><!-- sponsors -->
## Contributors
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->
## Helpful Users
<!-- readme: collaborators -start -->
<!-- readme: collaborators -end -->
## Bots
<!-- readme: liss-bot,bots -start -->
<!-- readme: liss-bot,bots -end -->
## Dependencies 🔗