mirror of
https://github.com/harness/drone.git
synced 2025-07-22 02:09:52 +00:00
20 lines
415 B
HTML
20 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<b>@{{.Reviewer.DisplayName}}</b>
|
|
{{if eq .Decision "approved"}}
|
|
approved
|
|
{{else if eq .Decision "changereq"}}
|
|
requested changes to
|
|
{{end}}
|
|
pull request #{{.Base.PullReq.Number}} {{.Base.PullReq.Title}}
|
|
</p>
|
|
<p>
|
|
<a href="{{.Base.PullReqURL}}">View pull request #{{.Base.PullReq.Number}}</a>
|
|
</p>
|
|
</body>
|
|
</html> |