Parcourir la source

Change instructions for reaching out about problems

This replaces the release team with the infra team which is better placed to
solve immediate problems.
Mark Rousskov il y a 2 ans
Parent
commit
116550a14b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/interactions.rs

+ 2 - 1
src/interactions.rs

@@ -23,7 +23,8 @@ impl<'a> ErrorComment<'a> {
         writeln!(body)?;
         writeln!(
             body,
-            "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 \
+            a problem with this bot, or reach out on [#t-infra](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra) on Zulip."
         )?;
         self.issue.post_comment(client, &body).await
     }