Skip to content

Commit

Permalink
Strikethrough old plan summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Dec 8, 2023
1 parent 4e66479 commit ae7ccbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/src/github_pr_comment/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,9 @@ def main() -> int:
update_comment(
github,
comment,
summary=f'<strike>{comment.summary}</strike>',
headers=comment.headers | {'closed': True},
status=':wastebasket: Plan is outdated'
status=':spider_web: Plan is outdated'
)

# Create the replacement comment
Expand Down

0 comments on commit ae7ccbc

Please sign in to comment.