Skip to content

Commit 024e4d1

Browse files
authored
Merge pull request #40474 from github/repo-sync
Repo sync
2 parents 0085a5e + d02ff17 commit 024e4d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"postStartCommand": "nohup bash -c 'npm start &'",
6464
// Set the port to be public
6565
"postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"",
66-
66+
6767
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
6868
"remoteUser": "node",
6969

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)