Skip to content

Commit 7fe4802

Browse files
committed
feat: clean up PR
1 parent c4fa802 commit 7fe4802

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sponsors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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+
15
name: Generate Sponsors README
26
on:
3-
push:
4-
branches: [ readme-sponsors ]
57
workflow_dispatch:
68
schedule:
7-
- cron: 13 13 * * *
9+
- cron: 0 0 * * 0
810
permissions:
911
contents: write
1012
jobs:
@@ -23,8 +25,6 @@ jobs:
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> &nbsp; '
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)