vault/tools/pipeline/internal/pkg/github/templates/copy-pr-commit-message.tmpl
Vault Automation 34696b573d
[VAULT-39576] pipeline(copy-pr): cherry-pick commits instead of merging (#9662) (#9670)
* pipeline(copy-pr): cherry-pick commits instead of merging
* fix staticcheck for docs in pkg/github

Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
2025-09-25 23:16:11 +00:00

5 lines
154 B
Cheetah

Copy {{ .OriginPullRequest.HTMLURL }}{{ if .TargetRef }} into {{ .TargetRef }}{{ end }}
{{ range $i, $t := .CoAuthoredByTrailers -}}
{{ $t }}
{{ end -}}