Skip to content

Commit 5beca3c

Browse files
committed
Update reporting stream to #triagebot instead of #t-infra
1 parent bc26240 commit 5beca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interactions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::{
99
use std::fmt::Write;
1010

1111
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.";
12+
a problem with this bot, or reach out on [#triagebot](https://rust-lang.zulipchat.com/#narrow/channel/224082-triagebot) on Zulip.";
1313

1414
pub struct ErrorComment<'a> {
1515
issue: &'a Issue,

0 commit comments

Comments
 (0)