mirror of https://github.com/Lissy93/dashy.git
:octocat: Adds an action to generate collabarators list
This commit is contained in:
parent
2b847c38bb
commit
5270f41764
|
@ -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
|
|
@ -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 🔗
|
||||
|
||||
|
|
Loading…
Reference in New Issue