Skip to content

Commit

Permalink
chore: add sponsors to README (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao committed Jun 7, 2023
1 parent 502226a commit 413a15e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Generate Sponsors section on README
on:
workflow_dispatch:
schedule:
- cron: 30 15 * * 0-6
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Generate Sponsors
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
file: 'README.md'
minimum: 1000
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ When a new minor version (e.g. 1.3 -> 1.4) is released, the previous one (1.3) w
When a new major version is released (e.g. 1.6 -> 2.0), the previous one (1.6) will receive critical bug fixes for at least 3 months and security updates for 6 months after that new release comes out.

This policy may change in the future and exceptions may be made on a case-by-case basis.

## ❤️ Sponsors

An special thanks to all sponsors who activelly support the SKD!

<!-- sponsors --><!-- sponsors -->

0 comments on commit 413a15e

Please sign in to comment.