[uplift_beta] Alert about potential out-of-sync uplift flags (#2178)

This commit is contained in:
Suhaib Mujahid 2023-07-19 18:45:13 -04:00 коммит произвёл GitHub
Родитель 9c03fc1379
Коммит 50387095cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,12 @@ class UpliftBeta(BzCleaner):
# XXX: This is a temporary workaround, should be dropped after
# fixing https://github.com/mozilla/bugbot/issues/1953
if self._has_patch_after_closed(bug):
from bugbot import logger
logger.error(
"Bug %s has a patch after being closed without an uplift approval flag. This could be a sign that Bug 1825961 is still not fixed.",
bug["id"],
)
return
bugid = str(bug["id"])