Skip to content

Commit 4eb0f38

Browse files
authored
remove overview rendering
1 parent 8e5c0c1 commit 4eb0f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const processConfigRecord = async (
113113
const issueContents = [
114114
header,
115115
// render all projects overview
116-
renderOverview(config, projectsWithData),
116+
// renderOverview(config, projectsWithData),
117117
issueBody,
118118
footer,
119119
].join('\n');

0 commit comments

Comments
 (0)