Skip to content

Commit feafdb5

Browse files
committed
Remove firstlook name from comment heading, keep only in footer
1 parent 74991a4 commit feafdb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function buildComment(assessment: Assessment): string {
8484
const lines: string[] = [
8585
COMMENT_MARKER,
8686
'',
87-
`### firstlook   ${tierBadge}`,
87+
`### ${tierBadge}`,
8888
'',
8989
summary,
9090
'',

0 commit comments

Comments
 (0)