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+ name : Generate sponsors.svg
2+ on :
3+ schedule : [{ cron: "0 2 * * 1" }]
4+ workflow_dispatch :
5+ permissions :
6+ contents : write
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+ - run : npx sponsorkit
14+ env :
15+ SPONSORKIT_GITHUB_TOKEN : ${{ secrets.SPONSOR_PAT }}
16+ SPONSORKIT_GITHUB_LOGIN : loro-dev
17+ - name : Commit SVG
18+ run : |
19+ git config user.name "github-actions[bot]"
20+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
21+ git add sponsors.*
22+ git commit -m "chore: update sponsors.svg" || echo "no changes"
23+ git push
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ coverage/
1111trace- * .json
1212.loro
1313loom_test.json
14+ .env
Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ You can find bindings for other programming languages in [loro-ffi](https://gith
150150- [ Introduction to Loro's Rich Text CRDT] ( https://loro.dev/blog/loro-richtext )
151151- [ Loro: Reimagine State Management with CRDTs] ( https://loro.dev/blog/loro-now-open-source )
152152
153+ # Sponsors
154+
155+ [ ![ Sponsors] ( ./sponsorkit/sponsors.svg )] ( https://github.com/sponsors/loro-dev )
156+
153157# Credits
154158
155159Loro draws inspiration from the innovative work of the following projects and individuals:
Original file line number Diff line number Diff line change 2626 "license" : " ISC" ,
2727 "devDependencies" : {
2828 "@changesets/changelog-git" : " ^0.2.0" ,
29- "@changesets/cli" : " ^2.27.1"
29+ "@changesets/cli" : " ^2.27.1" ,
30+ "sponsorkit" : " ^17.0.0"
3031 }
3132}
You can’t perform that action at this time.
0 commit comments