Skip to content

Commit 0544d6a

Browse files
committed
[patch_closed_bug] Enable the rule again
1 parent 420ae97 commit 0544d6a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/cron_run_weekdays.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ python -m bugbot.rules.inactive_ni_pending --production
151151
python -m bugbot.rules.crash_signature_confirm --production
152152

153153
# Bugs with patches after being closed
154-
# Disabled temporarily until fixing https://github.com/mozilla/bugbot/issues/1953
155-
# python -m bugbot.rules.patch_closed_bug --production
154+
python -m bugbot.rules.patch_closed_bug --production
156155

157156
# Confirm bugs with affected flags
158157
python -m bugbot.rules.affected_flag_confirm --production

0 commit comments

Comments
 (0)