Skip to content

Commit

Permalink
fix: set default for pr title error
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Dec 17, 2024
1 parent ac9d675 commit 0218db8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ def main_finalize_task(task_data_dir):
_, pr_title_error = update_pr_title(
full_repo_name, int(pr_number), task_results["new_version"]
)
else:
pr_title_error = False

if task_results["version_error"]:
action_error = True
Expand Down

0 comments on commit 0218db8

Please sign in to comment.