From fe1ca87e33cfbfd75b058fe52bfe7c3e15e2c8c4 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Sun, 25 Sep 2022 11:16:37 +0200 Subject: [PATCH] ci: filter #1772 from top-issues-dashboard --- .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 a9fca7f3e2787..97947947befb2 100644 --- a/.github/workflows/top-issues-dashboard.yml +++ b/.github/workflows/top-issues-dashboard.yml @@ -13,6 +13,7 @@ jobs: env: github_token: ${{ secrets.GITHUB_TOKEN }} with: + filter: "1772" label: false dashboard: true dashboard_show_total_reactions: true