mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fw-bot codeowner fix
This commit is contained in:
parent
7948e59c51
commit
2a82f3c1f7
@ -90,7 +90,7 @@ class ConfigStep(models.Model):
|
||||
fw_prs = prs.filtered(lambda pr: pr.pr_author == fw_bot and len(pr.reflog_ids) <= 1)
|
||||
if fw_prs:
|
||||
build._log('', 'Ignoring forward port pull request: %s' % ','.join([pr.name for pr in fw_prs]))
|
||||
prs = list(set(prs) - set(fw_prs))
|
||||
prs -= fw_prs
|
||||
|
||||
if not prs:
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user