Skip to content

Commit 116550a

Browse files
Change instructions for reaching out about problems
This replaces the release team with the infra team which is better placed to solve immediate problems.
1 parent 4d7126f commit 116550a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interactions.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ impl<'a> ErrorComment<'a> {
2323
writeln!(body)?;
2424
writeln!(
2525
body,
26-
"Please let **`@rust-lang/release`** know if you're having trouble with this bot."
26+
"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."
2728
)?;
2829
self.issue.post_comment(client, &body).await
2930
}

0 commit comments

Comments
 (0)