perf: update text

This commit is contained in:
xrkffgg
2021-01-02 23:01:24 +08:00
parent d8f67aa451
commit ffe8047e9a

View File

@@ -632,7 +632,7 @@ async function doMonthStatistics (owner, repo, labels, assignees) {
totalIssues.sort((a, b) => b.comments - a.comments); totalIssues.sort((a, b) => b.comments - a.comments);
const maxComments = totalIssues.slice(0, 3); const maxComments = totalIssues.slice(0, 3);
let commentTitle = ` let commentTitle = `
### Most commente ### Most comments
<table> <table>
<tr> <tr>