Set active-only to true in sponsors workflow

This commit is contained in:
Gregory Schier
2025-10-03 09:44:56 -07:00
parent 5e45cb4908
commit 4218e90bf4

View File

@@ -19,7 +19,7 @@ jobs:
file: 'README.md'
maximum: 999
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="50px" alt="User avatar: {{{ login }}}" /></a>&nbsp;&nbsp;'
active-only: false
active-only: true
include-private: true
marker: 'sponsors-base'
@@ -30,7 +30,7 @@ jobs:
file: 'README.md'
minimum: 1000
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="80px" alt="User avatar: {{{ login }}}" /></a>&nbsp;&nbsp;'
active-only: false
active-only: true
include-private: true
marker: 'sponsors-premium'