0
Fork 0
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:
Matthew Phillips 2021-09-01 09:42:11 -07:00 committed by GitHub
parent ee31b8332b
commit f6141d3a4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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

1 Date Commits (24hr) Open PRs Open Issues Bugs: Needs Triage Bugs: Accepted RFC: Needs Discussion RFC: In Progress RFC: Accepted Date (ISO)
2 Wednesday, September 1, 2021 10 10 182 172 3 64 15 18 12 2021-09-01T12:04:47.572Z