We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340a987 commit c3f7d88Copy full SHA for c3f7d88
.github/workflows/sponsors.yml
@@ -18,15 +18,15 @@ jobs:
18
token: ${{ secrets.PAT }}
19
file: 'README.md'
20
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="50px" alt="{{{ login }}}" /></a> '
21
- maximum: 4999
+ maximum: 2499
22
active-only: false
23
24
- name: Generate Sponsors 💖
25
uses: JamesIves/github-sponsors-readme-action@v1
26
with:
27
28
29
- minimum: 5000
+ minimum: 2500
30
template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="80px" alt="{{{ login }}}" /></a> '
31
marker: 'premium'
32
0 commit comments