We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f8ff3 commit 866972fCopy full SHA for 866972f
2 files changed
backend/github-manifest.json
@@ -12,7 +12,8 @@
12
"members": "read",
13
"metadata": "read",
14
"organization_copilot_seat_management": "read",
15
- "pull_requests": "write"
+ "pull_requests": "read",
16
+ "issues": "write"
17
},
18
"default_events": [
19
"pull_request",
frontend/src/app/main/main.component.html
@@ -31,6 +31,7 @@
31
</a>
32
<a mat-list-item routerLink="/copilot/surveys">
33
<mat-icon matListItemIcon>merge</mat-icon>
34
+ <!-- <mat-icon matListItemIcon>feedback</mat-icon> -->
35
<span>Developer Estimates</span>
36
37
<a mat-list-item routerLink="/copilot/value-modeling">
@@ -66,7 +67,7 @@ <h1>
66
67
}
68
</mat-select>
69
<ng-template #singleInstall>
- <span>{{ installations[0].account?.login }}</span>
70
+ <span>{{ installations[0]?.account?.login }}</span>
71
</ng-template>
72
</h1>
73
</ng-container>
0 commit comments