mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:18:31 +02:00
Set active-only to true in sponsors workflow
This commit is contained in:
4
.github/workflows/sponsors.yml
vendored
4
.github/workflows/sponsors.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
maximum: 999
|
maximum: 999
|
||||||
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="50px" alt="User avatar: {{{ login }}}" /></a> '
|
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="50px" alt="User avatar: {{{ login }}}" /></a> '
|
||||||
active-only: false
|
active-only: true
|
||||||
include-private: true
|
include-private: true
|
||||||
marker: 'sponsors-base'
|
marker: 'sponsors-base'
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
file: 'README.md'
|
file: 'README.md'
|
||||||
minimum: 1000
|
minimum: 1000
|
||||||
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="80px" alt="User avatar: {{{ login }}}" /></a> '
|
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="80px" alt="User avatar: {{{ login }}}" /></a> '
|
||||||
active-only: false
|
active-only: true
|
||||||
include-private: true
|
include-private: true
|
||||||
marker: 'sponsors-premium'
|
marker: 'sponsors-premium'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user