Skip to content

Commit 753cc10

Browse files
authored
Merge pull request #2043 from Urgau/concern-unconfuse-github
Unconfuse GitHub with resolved concerns
2 parents 8f6a4a3 + 5e3a2fd commit 753cc10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/handlers/concern.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ fn markdown_content(concerns: &[Concern], bot: &str) -> String {
195195
} => {
196196
writeln!(
197197
md,
198-
"> - ~~[{title}]({comment_url})~~ resolved [in this comment]({resolved_comment_url})"
198+
"> - ~~[{title}]({comment_url})~~ resolved in [this comment]({resolved_comment_url})"
199199
)
200200
}
201201
};
@@ -231,7 +231,7 @@ fn simple_markdown_content() {
231231
> # Concerns (1 active)
232232
>
233233
> - [This is my concern about concern](https://github.com/fake-comment-1234)
234-
> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888)
234+
> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888)
235235
>
236236
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
237237
"#
@@ -254,7 +254,7 @@ fn resolved_concerns_markdown_content() {
254254
> [!NOTE]
255255
> # Concerns (0 active)
256256
>
257-
> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved [in this comment](https:://github.com/fake-comment-8888)
257+
> - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:://github.com/fake-comment-8888)
258258
>
259259
> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
260260
"#

0 commit comments

Comments
 (0)