From c600b21a57f4846ce8d429ae797692813bf7ce30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 13 Jun 2024 16:29:02 +0200 Subject: [PATCH] Hide "Number of items closed" from Discussion Metrics --- .github/workflows/community_metrics.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/community_metrics.yml b/.github/workflows/community_metrics.yml index 5005475e9f0..ed20d807ce0 100644 --- a/.github/workflows/community_metrics.yml +++ b/.github/workflows/community_metrics.yml @@ -59,6 +59,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: 'repo:OrchardCMS/OrchardCore type:discussions created:${{ env.LAST_MONTH }} category:Q&A' HIDE_TIME_TO_CLOSE: true + HIDE_ITEMS_CLOSED_COUNT: true - name: Concatenate Issue/PR and Discussion Metrics shell: pwsh