Simplify gitea merge template
Mk title line same as PR, drop issues bit, keep `ReviewedOn` (since nothing else will contain the web addr..) and put the reviewers list.bump_polars
commit
272b74d214
|
|
@ -1,10 +1,8 @@
|
|||
<!-- https://docs.gitea.com/usage/merge-message-templates -->
|
||||
|
||||
${PullRequestTitle}
|
||||
|
||||
${PullRequestDescription}
|
||||
|
||||
PR: ${PullRequestReference}
|
||||
${PullReviewedOn}
|
||||
${ReviewedBy}
|
||||
Merged-by: ${PullRequestPosterName}
|
||||
|
||||
${ClosingIssues}
|
||||
<!-- https://docs.gitea.com/usage/merge-message-templates -->
|
||||
<!-- ${ClosingIssues} -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue