mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-23 03:59:10 +08:00
perf: update text
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user