We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420ae97 commit 0544d6aCopy full SHA for 0544d6a
1 file changed
scripts/cron_run_weekdays.sh
@@ -151,8 +151,7 @@ python -m bugbot.rules.inactive_ni_pending --production
151
python -m bugbot.rules.crash_signature_confirm --production
152
153
# 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
+python -m bugbot.rules.patch_closed_bug --production
156
157
# Confirm bugs with affected flags
158
python -m bugbot.rules.affected_flag_confirm --production
0 commit comments