diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6a42a1d9790d..418b37719a38 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -63,7 +63,7 @@ "postStartCommand": "nohup bash -c 'npm start &'", // Set the port to be public "postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"", - + // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node", diff --git a/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md b/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md index 7721eb54d089..172ee0a0bdb8 100644 --- a/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md +++ b/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md @@ -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.