diff --git a/.github/scripts/create_issues.py b/.github/scripts/create_issues.py index ecca598d0..10c918660 100644 --- a/.github/scripts/create_issues.py +++ b/.github/scripts/create_issues.py @@ -90,7 +90,7 @@ def main(): Please review the change log and update the documentation accordingly.""" - create_github_issue(owner, repo_name, title, body) + create_github_issue(owner, repo_name, title, body) if __name__ == "__main__":