From ae7ccbc3bdc139d557a6802f9b9245bd0f2f982f Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Fri, 8 Dec 2023 10:05:51 +0000 Subject: [PATCH] Strikethrough old plan summary --- image/src/github_pr_comment/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/image/src/github_pr_comment/__main__.py b/image/src/github_pr_comment/__main__.py index 4722cc6f..1a7b4f19 100644 --- a/image/src/github_pr_comment/__main__.py +++ b/image/src/github_pr_comment/__main__.py @@ -481,8 +481,9 @@ def main() -> int: update_comment( github, comment, + summary=f'{comment.summary}', headers=comment.headers | {'closed': True}, - status=':wastebasket: Plan is outdated' + status=':spider_web: Plan is outdated' ) # Create the replacement comment