fix: title consistency
Updated title format to ensure consistency across issues.
This commit is contained in:
parent
ca290befc4
commit
ab492effb1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue