Skip to content

Commit

Permalink
Fix rendering of emoji when doing a merge.
Browse files Browse the repository at this point in the history
Without this, we would typically get

```
Plan: 3 to add, 0 to change, 0 to destroy.:twisted_rightwards_arrows: Upstream was modified, a new merge was performed.
```

With this, we should be getting whitespace before the
`:twisted_rightwards_arrows` part.
  • Loading branch information
tfheen authored and Tollef Fog Heen committed Nov 5, 2024
1 parent 4475d6f commit 63bca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/templates/plan_success_wrapped.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ This plan was not saved because one or more projects failed and automerge requir
{{ .RePlanCmd }}
```
{{ end -}}
{{ .PlanSummary -}}
{{ .PlanSummary }}
{{ template "mergedAgain" . -}}
{{ end -}}

0 comments on commit 63bca38

Please sign in to comment.