mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-10-14 15:53:55 +08:00
🤖 auto: updated dist
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -6659,7 +6659,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