def start_pr_release(repo_full_name, pr_number, pr_title, comment):
    tag = "pull_request_merger"
    pr_templates = templateApi.getTemplates(tag)
    if not pr_templates:
        raise Exception(