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 bc26240 commit 5beca3cCopy full SHA for 5beca3c
src/interactions.rs
@@ -9,7 +9,7 @@ use crate::{
9
use std::fmt::Write;
10
11
pub const REPORT_TO: &str = "Please file an issue on GitHub at [triagebot](https://github.com/rust-lang/triagebot) if there's \
12
- a problem with this bot, or reach out on [#t-infra](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) on Zulip.";
+ a problem with this bot, or reach out on [#triagebot](https://rust-lang.zulipchat.com/#narrow/channel/224082-triagebot) on Zulip.";
13
14
pub struct ErrorComment<'a> {
15
issue: &'a Issue,
0 commit comments