Sfoglia il codice sorgente

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 2 anni fa
parent
commit
116550a14b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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
     }