1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Add new metrics from PRU Motion (#57605)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Felicity Chapman
2025-09-19 12:45:33 +01:00
committed by GitHub
parent 87ad2520a5
commit d02ff172db

View File

@@ -163,5 +163,7 @@ Developers **should not**:
{% data reusables.copilot.measure-changes-intro %}
* **Developer satisfaction**: Use developer surveys to measure satisfaction with engineering tooling.
* **Pull requests merged per developer**: You can use GitHub's `pull request` webhook, ensuring `action` is `closed` and the `merged` property inside `pull request` object is `true`.
* **Pull requests merged per developer**: You can use the `pull request` webhook, ensuring `action` is `closed` and the `merged` property inside `pull request` object is `true`.
* **Pull requests lead time**: Measure the average length of time between PR creation and merge.
* **Pull request defect escape rate**: Measure the rate of deployment problems caused by poorly reviewed PRs.
* **Pull request review comment type**: Download PR review comments, categorize using AI-based topic classification, and track the comments made by human reviewers on design, scalability, and strategy.