mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-24 09:22:53 +03:00
:octocat: Adds an action to generate collabarators list
This commit is contained in:
parent
2b847c38bb
commit
5270f41764
18
.github/workflows/insert-contributors.yml
vendored
Normal file
18
.github/workflows/insert-contributors.yml
vendored
Normal 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
|
@ -3,8 +3,16 @@
|
|||||||
## Sponsors
|
## Sponsors
|
||||||
<!-- sponsors --><!-- sponsors -->
|
<!-- sponsors --><!-- sponsors -->
|
||||||
## Contributors
|
## Contributors
|
||||||
|
<!-- readme: contributors -start -->
|
||||||
|
<!-- readme: contributors -end -->
|
||||||
|
|
||||||
## Helpful Users
|
## Helpful Users
|
||||||
|
<!-- readme: collaborators -start -->
|
||||||
|
<!-- readme: collaborators -end -->
|
||||||
|
|
||||||
|
## Bots
|
||||||
|
<!-- readme: liss-bot,bots -start -->
|
||||||
|
<!-- readme: liss-bot,bots -end -->
|
||||||
|
|
||||||
## Dependencies 🔗
|
## Dependencies 🔗
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user