{{ define "title" }} {{ .Pull.Title }} · pull #{{ .Pull.PullId }} · {{ .RepoInfo.FullName }} {{ end }} {{ define "repoContent" }} {{ .Pull.Title }} #{{ .Pull.PullId }} {{ $bgColor := "bg-gray-800" }} {{ $icon := "ban" }} {{ if .Pull.State.IsOpen }} {{ $bgColor = "bg-green-600" }} {{ $icon = "git-pull-request" }} {{ else if .Pull.State.IsMerged }} {{ $bgColor = "bg-purple-600" }} {{ $icon = "git-merge" }} {{ end }} {{ .Pull.State.String }} opened by {{ $owner := didOrHandle .Pull.OwnerDid .PullOwnerHandle }} {{ $owner }} {{ .Pull.Created | timeFmt }} targeting branch {{ .Pull.TargetBranch }} {{ if .Pull.Body }} {{ .Pull.Body | markdown }} {{ end }}
{{- .Pull.Patch -}}
This pull request has been merged into the base branch.
Please resolve these conflicts locally and update the patch to continue with the merge.
No conflicts detected with the base branch. This pull request can be merged safely.
This pull request has been merged into the base branch.
{{ range .MergeCheck.Conflicts }}-
{{ slice .Filename 0 (sub (len .Filename) 2) }}
{{ end }}
Please resolve these conflicts locally and update the patch to continue with the merge.
No conflicts detected with the base branch. This pull request can be merged safely.