Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/server/reports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
)
.note(
"sos",
"Can someone from the infra team check in on this? @rust-lang/infra",
"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",
)
.send(&github_issue.api_url, data, github_data)?;
}
Expand Down
2 changes: 1 addition & 1 deletion src/server/routes/webhooks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn process_webhook(
.line("rotating_light", format!("**Error:** {e}"))
.note(
"sos",
"If you have any trouble with Crater please ping **`@rust-lang/infra`**!",
"If you have any trouble with Crater please ask in [t-infra](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra) on Zulip",
)
.send(&p.issue.url, data, github_data)?;
}
Expand Down