mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-09 09:51:10 +01:00
4 lines
281 B
Cheetah
4 lines
281 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/commit/{{- .Hash -}})){{end}}{{end}}
|
|
{{- end -}}
|