mirror of
https://github.com/odoo/runbot.git
synced 2025-03-19 17:35:45 +07:00
![]() Hopefully this finally fixes the double commenting issue (e.g. odoo/odoo#28160). This seems (according to reading the logs and also logic) like a failure (concurrency of some sort) leading to a transaction rollback *after* the GH API call, so the cron's DB actions are rollbacked (then performed again on the next run) *but* the GH API interactions are not rollbacked, and are thus performed twice. Since the entire purpose of the feedback table is to send comments, send both "staging failed" and "Linked pull requests" comments via that. |
||
---|---|---|
.. | ||
__init__.py | ||
pull_requests.py | ||
res_partner.py |