mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-05 19:24:46 +00:00
Create or update issue
This commit is contained in:
parent
c4aa645094
commit
997da7cc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ class GitHubManager:
|
|||
print(f"Handling GitHub issue for Django {version}")
|
||||
md_content = self.generate_markdown(version)
|
||||
print(f"Generated markdown:\n\n{md_content}")
|
||||
# self.create_or_edit_issue(version, md_content)
|
||||
self.create_or_edit_issue(version, md_content)
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue