mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55: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. |
||
---|---|---|
runbot | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
README.md |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.