Skip to content

Commit 587f32d

Browse files
authored
Update generate_pr_from_issue.py
1 parent fd15bc1 commit 587f32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_pr_from_issue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def check_link_availability(test_url):
6464
fname = title.replace(' ','_')
6565

6666
with open(f'projects/project-{fname}.md', "w") as f:
67-
f.write('## '+title+'\n\n'+issue['body'])
67+
f.write('# '+title+'\n\n'+issue['body'])
6868
print(f'wrote projects/project-{fname}.md')

0 commit comments

Comments
 (0)