We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7126f commit 116550aCopy full SHA for 116550a
src/interactions.rs
@@ -23,7 +23,8 @@ impl<'a> ErrorComment<'a> {
23
writeln!(body)?;
24
writeln!(
25
body,
26
- "Please let **`@rust-lang/release`** know if you're having trouble with this bot."
+ "Please file an issue on GitHub at [triagebot](https://github.com/rust-lang/triagebot) if there's \
27
+ a problem with this bot, or reach out on [#t-infra](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) on Zulip."
28
)?;
29
self.issue.post_comment(client, &body).await
30
}
0 commit comments