Skip to content

Commit

Permalink
don't hyperlink all text
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikAugust committed Aug 19, 2024
1 parent f3cb5ca commit 68754c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/delivery/slack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ impl DeliveryMechanism for SlackDelivery {
impl DebriefResponse {
pub fn to_slack_message(&self) -> String {
format!(
"<{}|{}>",
self.url,
"{} (<{}|PR>)",
self.description,
self.url,
)
}
}
Expand Down

0 comments on commit 68754c4

Please sign in to comment.