diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index bbda7133..ffd75e7f 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -17,7 +17,7 @@ jobs: with: token: ${{ secrets.SPONSORS_PAT }} file: 'README.md' - maximum: 999 + maximum: 1999 template: 'User avatar: {{{ login }}}  ' active-only: false include-private: true @@ -28,7 +28,7 @@ jobs: with: token: ${{ secrets.SPONSORS_PAT }} file: 'README.md' - minimum: 1000 + minimum: 2000 template: 'User avatar: {{{ login }}}  ' active-only: false include-private: true