mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-09 20:53:37 +01:00
fix: title consistency
Updated title format to ensure consistency across issues.
This commit is contained in:
parent
ca290befc4
commit
ab492effb1
@ -74,7 +74,7 @@ def create_issue(
|
||||
|
||||
for i, line in enumerate(lines):
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user