drone/app/services/notification/templates/pullreq_branch_updated.html
2023-12-06 22:07:29 +00:00

17 lines
371 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<p>
<b>@{{.Committer.DisplayName}}</b> pushed new commits to pull request <b>#{{.Base.PullReq.Number}}:{{.Base.PullReq.Title}}</b>
</p>
<p>
Latest commit is {{.NewSHA}}
</p>
<p>
<a href="{{.Base.PullReqURL}}">View pull request #{{.Base.PullReq.Number}}</a>
</p>
</body>
</html>