mirror of
https://github.com/odoo/runbot.git
synced 2025-03-19 17:35:45 +07:00
![]() Currently when creating *merges* the commit message is the concatenation of the PR title and the PR body. However it can be convenient to include description test which would not be included in the commit message e.g. PR template stuff. "Thematic breaks" seem like a good way to do this: the commit message will only include the content preceding the first thematic break, everything else is ignored (except headings which are not ignored, double negations FTW). Might be that that's a bit excessive and we should only ignore what follows the *last* thematic break. Or that there needs to be a more specific marker. We'll see. Fixes #443. |
||
---|---|---|
.. | ||
__init__.py | ||
pull_requests.py | ||
res_partner.py |