0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 00:53:39 +01:00
gitea/services
Max Wipfli da4bbc4247
Allow including Reviewed-on/Reviewed-by lines for custom merge messages (#31211)
This PR introduces the `ReviewedOn` and `ReviewedBy` variables for the
default merge message templates (e.g.,
`.gitea/default_merge_message/MERGE_TEMPLATE.md`).

This allows customizing the default merge messages while retaining these
trailers.

This also moves the associated logic out of `pull.tmpl` into the
relevant Go function.

This is a first contribution towards #11077.

---

For illustration, this allows to recreate the "default default" merge
message with the following template:
```
.gitea/default_merge_message/MERGE_TEMPLATE.md
Merge pull request '${PullRequestTitle}' (${PullRequestReference}) from ${HeadBranch} into ${BaseBranch}

${ReviewedOn}
${ReviewedBy}
```
2024-06-06 08:35:04 +00:00
..
actions
agit
asymkey
attachment
auth
automerge
context
contexttest
convert Performance improvements for pull request list API (#30490) 2024-05-31 12:10:11 +00:00
cron
doctor
externalaccount
feed
forms
gitdiff Update golangci-lint to v1.59.0 (#31221) 2024-06-03 07:04:35 +00:00
indexer
issue Performance improvements for pull request list API (#30490) 2024-05-31 12:10:11 +00:00
lfs Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
mailer Add option for mailer to override mail headers (#27860) 2024-06-03 20:42:52 +02:00
markup
migrations Add lint-go-gopls (#30729) 2024-06-05 09:22:38 +08:00
mirror
notify
org
packages
pull Allow including Reviewed-on/Reviewed-by lines for custom merge messages (#31211) 2024-06-06 08:35:04 +00:00
release
repository Add lint-go-gopls (#30729) 2024-06-05 09:22:38 +08:00
secrets
task
uinotification
user
webhook
webtheme
wiki