Skip to content

Commit ae7ccbc

Browse files
committed
Strikethrough old plan summary
1 parent 4e66479 commit ae7ccbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

image/src/github_pr_comment/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,9 @@ def main() -> int:
481481
update_comment(
482482
github,
483483
comment,
484+
summary=f'<strike>{comment.summary}</strike>',
484485
headers=comment.headers | {'closed': True},
485-
status=':wastebasket: Plan is outdated'
486+
status=':spider_web: Plan is outdated'
486487
)
487488

488489
# Create the replacement comment

0 commit comments

Comments
 (0)