Skip to content

Commit

Permalink
Merge pull request #1829 from nikomatsakis/ping-goal-owners
Browse files Browse the repository at this point in the history
fix formatting for status updates
  • Loading branch information
jackh726 authored Jul 29, 2024
2 parents 5a4b41c + c7c9d1f commit 0348f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/project_goals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ pub async fn handle(ctx: &Context, event: &Event) -> anyhow::Result<()> {
topic: &zulip_topic_name,
},
content: &format!(
r#"[Comment {action_str}]({url}) on goals#{number} by {zulip_author}:\n\
"[Comment {action_str}]({url}) on goals#{number} by {zulip_author}:\n\
{ticks}quote\n\
{text}\n\
{ticks}"#
{ticks}"
),
};
zulip_req.send(&gh.raw()).await?;
Expand Down

0 comments on commit 0348f74

Please sign in to comment.