Skip to content

Commit 866972f

Browse files
committed
fix: update GitHub manifest permissions and improve template syntax
1 parent 80f8ff3 commit 866972f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

backend/github-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"members": "read",
1313
"metadata": "read",
1414
"organization_copilot_seat_management": "read",
15-
"pull_requests": "write"
15+
"pull_requests": "read",
16+
"issues": "write"
1617
},
1718
"default_events": [
1819
"pull_request",

frontend/src/app/main/main.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</a>
3232
<a mat-list-item routerLink="/copilot/surveys">
3333
<mat-icon matListItemIcon>merge</mat-icon>
34+
<!-- <mat-icon matListItemIcon>feedback</mat-icon> -->
3435
<span>Developer Estimates</span>
3536
</a>
3637
<a mat-list-item routerLink="/copilot/value-modeling">
@@ -66,7 +67,7 @@ <h1>
6667
}
6768
</mat-select>
6869
<ng-template #singleInstall>
69-
<span>{{ installations[0].account?.login }}</span>
70+
<span>{{ installations[0]?.account?.login }}</span>
7071
</ng-template>
7172
</h1>
7273
</ng-container>

0 commit comments

Comments
 (0)