From c2595f1aa203b659e4a17aac86194eb9c070dfaf Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 19 Jul 2025 15:29:55 -0400 Subject: [PATCH] fix(top-issues): fix workflow --- .github/workflows/top_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/top_issues.yml b/.github/workflows/top_issues.yml index 41dbd0d..a2e9983 100644 --- a/.github/workflows/top_issues.yml +++ b/.github/workflows/top_issues.yml @@ -30,6 +30,6 @@ jobs: label: false top_bugs: false top_features: false - top_issues: false + top_issues: true top_list_size: 10 top_pull_requests: false