From 5e3a2fdcc1a9023cb6209550d27f2b350a05a87d Mon Sep 17 00:00:00 2001 From: Urgau Date: Tue, 3 Jun 2025 19:12:10 +0200 Subject: [PATCH] Unconfuse GitHub with resolved concerns --- src/handlers/concern.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/handlers/concern.rs b/src/handlers/concern.rs index 5581a2f5d..523bd34d0 100644 --- a/src/handlers/concern.rs +++ b/src/handlers/concern.rs @@ -195,7 +195,7 @@ fn markdown_content(concerns: &[Concern], bot: &str) -> String { } => { writeln!( md, - "> - ~~[{title}]({comment_url})~~ resolved [in this comment]({resolved_comment_url})" + "> - ~~[{title}]({comment_url})~~ resolved in [this comment]({resolved_comment_url})" ) } }; @@ -231,7 +231,7 @@ fn simple_markdown_content() { > # Concerns (1 active) > > - [This is my concern about concern](https://github.com/fake-comment-1234) -> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888) +> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888) > > *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.* "# @@ -254,7 +254,7 @@ fn resolved_concerns_markdown_content() { > [!NOTE] > # Concerns (0 active) > -> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888) +> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888) > > *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.* "#