Skip to content

Commit d02ff17

Browse files
felicitymayCopilot
andauthored
Add new metrics from PRU Motion (#57605)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 87ad252 commit d02ff17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,7 @@ Developers **should not**:
163163
{% data reusables.copilot.measure-changes-intro %}
164164

165165
* **Developer satisfaction**: Use developer surveys to measure satisfaction with engineering tooling.
166-
* **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`.
166+
* **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`.
167167
* **Pull requests lead time**: Measure the average length of time between PR creation and merge.
168+
* **Pull request defect escape rate**: Measure the rate of deployment problems caused by poorly reviewed PRs.
169+
* **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.

0 commit comments

Comments
 (0)