Chore: Script to generate betterer issue summary (#61857)

* wip

* finish script

* limit by message

* fix filter message

* Add template

* improve template

* codeowners devdep
This commit is contained in:
Josh Hunt
2023-01-26 10:48:33 +00:00
committed by GitHub
parent 64352e8d08
commit 43828e829b
5 changed files with 240 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
Hi <%= owner %>!
The following files have been marked as having issues regarding `<%= issueFilter %>: <%= issueMessageFilter %>`.
There are <%= totalIssueCount %> <%= plural('issue', totalIssueCount) %> over <%= fileCount %> <%= plural('file', fileCount) %>:
<% files.forEach((file) => { %>
- [ ] <%= file.issueCount %> <%= plural('issue', file.issueCount) %> in `<%= file.fileName %>` <% }) %>