File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function getTitle({
2222 . map ( ( prettierVersion ) => getPrettierVersionDescription ( prettierVersion ) )
2323 . join ( " VS " ) ;
2424
25- return `# **${ text } **` ;
25+ return `#### **${ text } **` ;
2626}
2727
2828const LONG_DIFF_THRESHOLD_IN_LINES = 50 ;
@@ -61,7 +61,7 @@ export function getReport({
6161 title,
6262 reports : results . map ( ( { repository, text } , index ) => {
6363 const shortHash = repository . commit . slice ( 0 , 7 ) ;
64- const head = `## [${ index + 1 } /${ results . length } ] [${ repository . repository } @${ shortHash } ](https://github.com/${ repository . repository } /tree/${ repository . commit } )` ;
64+ const head = `[${ index + 1 } /${ results . length } ] [${ repository . repository } @${ shortHash } ](https://github.com/${ repository . repository } /tree/${ repository . commit } )` ;
6565 return {
6666 head,
6767 body : text ,
You can’t perform that action at this time.
0 commit comments