[patch_closed_bug] Re-enable the rule (#2083)

This commit is contained in:
Suhaib Mujahid 2023-06-10 06:19:32 -04:00 коммит произвёл GitHub
Родитель 371d0f9c7b
Коммит 50095e8697
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -145,8 +145,7 @@ python -m bugbot.rules.inactive_ni_pending --production
python -m bugbot.rules.crash_signature_confirm --production
# Bugs with patches after being closed
# Disabled temporarily until fixing https://github.com/mozilla/bugbot/issues/1953
# python -m bugbot.rules.patch_closed_bug --production
python -m bugbot.rules.patch_closed_bug --production
# Confirm bugs with affected flags
python -m bugbot.rules.affected_flag_confirm --production