[FIX] forwardport: the fix

Of course I forgot the most relevant bit
This commit is contained in:
Xavier Morel 2019-10-18 12:01:47 +02:00
parent 5f8041552b
commit 7c46a2006f

View File

@ -145,6 +145,7 @@ class DeleteBranches(models.Model, Queue):
"✘ got a fuzzy match (%s), branch probably deleted",
', '.join(r['ref'] for r in ref)
)
return
if ref['object']['sha'] != self.pr_id.head:
_deleter.info(