Browser Spec Maintenance Status
-{globalStats.openAgeMs.count} total open bugs | -
- |
-
{globalStats.ageAtCloseMs.count} total closed bugs | -
- |
-
{globalStats.openFirstCommentLatencyMs.count} open - issues with a comment | -
- |
-
{globalStats.closedFirstCommentLatencyMs.count} closed - issues with a comment | -
- |
-
Open Bugs | |
---|---|
- - {repo.org}/{repo.repo} - - | -
- {repo.openAgeMs ? (
- |
-
Across all browser specs, we have:
+-
+ {
+ totalTriageViolations > 0 ? (
+
- + {totalTriageViolations} issues outside of the triage SLO + + ) : null + } + { + totalUrgentViolations > 0 ? ( +
- + {totalUrgentViolations} urgent issues outside of their + SLO + + ) : null + } + { + totalImportantViolations > 0 ? ( +
- + {totalImportantViolations} important issues outside of + their SLO + + ) : null + } + { + totalNeedTriage > 0 ? ( +
- {totalNeedTriage} issues that need triage + ) : null + } + {totalUrgent > 0 ?
- {totalUrgent} urgent issues : null} + { + totalImportant > 0 ? ( +
- {totalImportant} important issues + ) : null + } + {totalOther > 0 ?
- {totalOther} other issues : null} +
-
+ {
+ repoSummaries.map((repo) => (
+ <>
+
- + + {repo.org}/{repo.repo} + + +
- + {repo.message} + + > + )) + } +