Skip to content

Commit

Permalink
Fix message for auto close (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed May 15, 2024
1 parent 4ccaf86 commit 9d34b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def create_bump_pr_and_close_stale_ones_on_datadog_agent(ctx, branch: str, new_c
print("Closing PR: ", pr.html_url)
pr.edit(state="closed")
pr.create_issue_comment(
f"Closing PR since it is considered stale compared to {pr.html_url}. If you really want to merge this PR feel free to re-open it"
f"Closing PR since it is considered stale compared to {new_pr.html_url}. If you really want to merge this PR feel free to re-open it"
)
closed_stale_prs += 1
print(f"Closed {closed_stale_prs} stale PRs")

0 comments on commit 9d34b66

Please sign in to comment.