Create or update issue

This commit is contained in:
Bruno Alla 2021-12-08 19:33:28 +00:00 committed by GitHub
parent c4aa645094
commit 997da7cc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: