We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41960c commit 5300c8fCopy full SHA for 5300c8f
scripts/cron_run_weekdays.sh
@@ -115,7 +115,9 @@ python -m bugbot.rules.stepstoreproduce --production
115
python -m bugbot.rules.good_first_bug_unassign_inactive --production
116
117
# Look for missing bugzilla comments for recently-landed changesets
118
-python -m bugbot.rules.missed_landing_comment --production
+# NOTE: Temporarily disabled until backout commit messages are well-formatted
119
+# again by lando_cli tool.
120
+# python -m bugbot.rules.missed_landing_comment --production
121
122
# Look for recently landed changesets referencing leave-open security bugs
123
python -m bugbot.rules.leave_open_sec --production
0 commit comments