File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Automatically updates the README with our GitHub Sponsors.
2+ # Fetches sponsor data from GitHub and adds their avatars to the README file.
3+ # Runs weekly on Sundays at midnight UTC and can be triggered manually.
4+
15name : Generate Sponsors README
26on :
3- push :
4- branches : [ readme-sponsors ]
57 workflow_dispatch :
68 schedule :
7- - cron : 13 13 * * *
9+ - cron : 0 0 * * 0
810permissions :
911 contents : write
1012jobs :
2325 active-only : false
2426 template : ' <a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="48px" alt="{{{ login }}}" style="border-radius:50%" /></a> '
2527
26- # ⚠️ Note: You can use any deployment step here to automatically push the README
27- # changes back to your branch.
2828 - name : Deploy
2929 uses : JamesIves/github-pages-deploy-action@v4
3030 with :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Help support Decap CMS development by becoming a sponsor! Your contributions hel
3939[ ![ GitHub Sponsors] ( https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?style=for-the-badge&logo=github )] ( https://github.com/sponsors/decaporg )
4040[ ![ Open Collective] ( https://img.shields.io/badge/Sponsor-Open%20Collective-blue?style=for-the-badge&logo=opencollective )] ( https://opencollective.com/decap )
4141
42- Thanks to our amazing sponsors & backers:
42+ These are our sponsors on both platforms. Thank you for your support!
4343
4444![ Open Collective Backers] ( https://opencollective.com/decap/backers.svg?limit=30&button=false&avatarHeight=48&width=400 )
4545
You can’t perform that action at this time.
0 commit comments