mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-22 11:03:32 +01:00
commit
6e1abebb2a
@ -74,7 +74,7 @@ def create_issue(
|
|||||||
|
|
||||||
for i, line in enumerate(lines):
|
for i, line in enumerate(lines):
|
||||||
if line.startswith("title:"):
|
if line.startswith("title:"):
|
||||||
lines[i] = f"title: Issue {issue_number} - {period_string}"
|
lines[i] = f'title: "Issue {issue_number}: {period_string}"'
|
||||||
|
|
||||||
content = "\n".join(lines)
|
content = "\n".join(lines)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user