Skip to content

Commit 870a98f

Browse files
authored
Merge pull request #774 from rust-lang/no-infra-ping
don't ping infra team on errors
2 parents 645c708 + 3070bab commit 870a98f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/reports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
8484
)
8585
.note(
8686
"sos",
87-
"Can someone from the infra team check in on this? @rust-lang/infra",
87+
"If you need assistance dealing with this failure, please ask in [t-infra](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra) on Zulip",
8888
)
8989
.send(&github_issue.api_url, data, github_data)?;
9090
}

src/server/routes/webhooks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn process_webhook(
5858
.line("rotating_light", format!("**Error:** {e}"))
5959
.note(
6060
"sos",
61-
"If you have any trouble with Crater please ping **`@rust-lang/infra`**!",
61+
"If you have any trouble with Crater please ask in [t-infra](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra) on Zulip",
6262
)
6363
.send(&p.issue.url, data, github_data)?;
6464
}

0 commit comments

Comments
 (0)