forgejo/routers/web/repo
Brecht Van Lommel b5b3e0714e
Pull request yaml template support for including commit body in a field (#22629)
When using a markdown template the commit body is prepended to text in
the description. This adds the same functionality for yaml templates,
adding the commit message in a field with id "body".

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-01-30 22:39:07 +08:00
..
activity.go
attachment.go
blame.go
branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
cherry_pick.go
commit.go
compare.go Pull request yaml template support for including commit body in a field (#22629) 2023-01-30 22:39:07 +08:00
download.go
editor.go
editor_test.go
find.go
http.go
http_test.go
issue.go Issues: support setting issue template field values with query (#22545) 2023-01-30 12:36:04 +08:00
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Support org/user level projects (#22235) 2023-01-20 19:42:33 +08:00
projects_test.go
pull.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
pull_review.go
release.go
release_test.go
render.go
repo.go
search.go
setting.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
setting_protected_branch.go Supports wildcard protected branch (#20825) 2023-01-16 16:00:22 +08:00
settings_test.go
tag.go
topic.go
treelist.go
view.go
view_test.go
webhook.go Support system hook API (#14537) 2023-01-28 19:12:10 +01:00
wiki.go
wiki_test.go