From 4218e90bf483f64588f45a5781692a480e20a256 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 3 Oct 2025 09:44:56 -0700 Subject: [PATCH] Set `active-only` to true in sponsors workflow --- .github/workflows/sponsors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index bbda7133..a0760ca9 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -19,7 +19,7 @@ jobs: file: 'README.md' maximum: 999 template: 'User avatar: {{{ login }}}  ' - active-only: false + active-only: true include-private: true marker: 'sponsors-base' @@ -30,7 +30,7 @@ jobs: file: 'README.md' minimum: 1000 template: 'User avatar: {{{ login }}}  ' - active-only: false + active-only: true include-private: true marker: 'sponsors-premium'