mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Nightly stats: don't count PRs as issues (#1288)
This commit is contained in:
parent
ee31b8332b
commit
f6141d3a4c
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ export async function run() {
|
|||
// Pull requests
|
||||
pulls.length,
|
||||
// Open Issues
|
||||
issues.length,
|
||||
issues.length - pulls.length,
|
||||
// Bugs: Needs Triage
|
||||
(await countCards(COLUMN_ID_BUGS_NEEDS_TRIAGE)).length,
|
||||
// Bugs: Accepted
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Date,Commits (24hr),Open PRs,Open Issues,Bugs: Needs Triage,Bugs: Accepted,RFC: Needs Discussion,RFC: In Progress,RFC: Accepted,Date (ISO)
|
||||
"Wednesday, September 1, 2021",10,10,182,3,64,15,18,12,"2021-09-01T12:04:47.572Z"
|
||||
"Wednesday, September 1, 2021",10,10,172,3,64,15,18,12,"2021-09-01T12:04:47.572Z"
|
||||
|
|
|
Loading…
Reference in a new issue