🤖 auto: updated dist

This commit is contained in:
xrkffgg
2021-01-02 15:02:14 +00:00
parent ffe8047e9a
commit c70fbba1bd

2
dist/index.js vendored
View File

@@ -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>