mirror of
https://github.com/harness/drone.git
synced 2025-05-15 08:29:52 +08:00
17 lines
371 B
HTML
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> |