Revert "[patch_closed_bug] Re-enable the rule"

This reverts commit 50095e8697.
This commit is contained in:
Suhaib Mujahid 2023-07-12 11:28:58 -04:00 коммит произвёл Suhaib Mujahid
Родитель cbaf4bf900
Коммит b492c1bd40
1 изменённых файлов: 2 добавлений и 1 удалений

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

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