From 91b1d06f9ceb8b6e41480f9e64ec783d304e1fbe Mon Sep 17 00:00:00 2001 From: Sheng Fan Date: Tue, 18 Mar 2025 16:27:54 +0800 Subject: [PATCH] ci(top-issues): Enable top bugs & feature requests --- .github/workflows/top-issues.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/top-issues.yaml b/.github/workflows/top-issues.yaml index 85ad0d8..9ad9f59 100644 --- a/.github/workflows/top-issues.yaml +++ b/.github/workflows/top-issues.yaml @@ -23,5 +23,7 @@ jobs: dashboard: true dashboard_show_total_reactions: true top_issues: true + top_features: true + top_bugs: true top_pull_requests: true top_list_size: 14