From ffe8047e9a13f4001fe203256492531646a8897c Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Sat, 2 Jan 2021 23:01:24 +0800 Subject: [PATCH] perf: update text --- src/do.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/do.js b/src/do.js index 4c8c7ba..48a93aa 100644 --- a/src/do.js +++ b/src/do.js @@ -632,7 +632,7 @@ async function doMonthStatistics (owner, repo, labels, assignees) { totalIssues.sort((a, b) => b.comments - a.comments); const maxComments = totalIssues.slice(0, 3); let commentTitle = ` -### Most commente +### Most comments