From 84610521a2b56a165f631e9f0e1272d48caafeee Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Thu, 25 Aug 2022 20:06:45 +0200 Subject: [PATCH] ci: add top-issues-action argument --- .github/workflows/top-issues-dashboard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/top-issues-dashboard.yml b/.github/workflows/top-issues-dashboard.yml index 3639408..db9abfe 100644 --- a/.github/workflows/top-issues-dashboard.yml +++ b/.github/workflows/top-issues-dashboard.yml @@ -14,6 +14,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} label: false dashboard: true + dashboard_show_total_reactions: true top_issues: true top_bugs: true top_features: true