We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5b341 commit e47f7eeCopy full SHA for e47f7ee
1 file changed
src/github/pullRequestOverview.ts
@@ -70,7 +70,7 @@ export class PullRequestOverviewPanel extends IssueOverviewPanel<PullRequestMode
70
71
/* __GDPR__
72
"pr.openDescription" : {
73
- "isCopilot" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
+ "isCopilot" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
74
}
75
*/
76
telemetry.sendTelemetryEvent('pr.openDescription', { isCopilot: (issue.author.login === COPILOT_LOGINS[1]) ? 'true' : 'false' });
0 commit comments