mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
4 lines
168 B
Cheetah
4 lines
168 B
Cheetah
{{- define "note" -}}
|
|
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{end}}
|
|
{{- end -}}
|