mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
4 lines
282 B
Cheetah
4 lines
282 B
Cheetah
{{- define "note" -}}
|
|
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{else}}{{if .Hash }} ([{{- slice .Hash 0 8 -}}](https://github.com/hashicorp/vault/commits/{{- .Hash -}})){{end}}{{end}}
|
|
{{- end -}}
|