Skip to content

Commit

Permalink
Merge pull request #807 from conda-forge/more-bugz
Browse files Browse the repository at this point in the history
fix: set default for pr title error
  • Loading branch information
beckermr authored Dec 17, 2024
2 parents ac9d675 + 0218db8 commit 6cf89cc
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 6cf89cc

Please sign in to comment.