From 322960f2768ce3595b55ca57e72e698ed59a76c1 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 18 Nov 2022 09:38:34 +0100 Subject: [PATCH] fix: increase the number of top issues to make it more useful (#7716) fix: increase the number of top issues to make it more useful --- .github/workflows/top-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/top-issues.yml b/.github/workflows/top-issues.yml index 388788bd23611..e1019be652d87 100644 --- a/.github/workflows/top-issues.yml +++ b/.github/workflows/top-issues.yml @@ -26,3 +26,4 @@ jobs: top_bugs: true top_features: true top_pull_requests: true + top_list_size: 20