mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-16 17:17:35 +00:00
Compare commits
3 commits
bbeb48246f
...
6e1abebb2a
Author | SHA1 | Date | |
---|---|---|---|
|
6e1abebb2a | ||
|
cfb299799e | ||
|
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