Procházet zdrojové kódy

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 před 2 roky
rodič
revize
116550a14b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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
     }