Skip to content

Commit

Permalink
Restore reviewed-on message (#19657)
Browse files Browse the repository at this point in the history
Regression from #18177
  • Loading branch information
lunny authored May 8, 2022
1 parent 4ca1d75 commit 290cc88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/repo/issue/view_content/pull.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@
<div class="field">
<input type="text" name="merge_title_field" value="{{.DefaultMergeMessage}}">
</div>
<div class="field">
<textarea name="merge_message_field" rows="5" placeholder="{{$.i18n.Tr "repo.editor.commit_message_desc"}}">Reviewed-on: {{$.Issue.HTMLURL}}&#13;&#10;{{$approvers}}</textarea>
</div>
<button class="ui green button" type="submit" name="do" value="rebase-merge">
{{$.i18n.Tr "repo.pulls.rebase_merge_commit_pull_request"}}
</button>
Expand Down

0 comments on commit 290cc88

Please sign in to comment.