Skip to content

Commit 5300c8f

Browse files
[missed_landing_commits] Disable the rule until metadata used is correct again (#2634)
1 parent d41960c commit 5300c8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/cron_run_weekdays.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ python -m bugbot.rules.stepstoreproduce --production
115115
python -m bugbot.rules.good_first_bug_unassign_inactive --production
116116

117117
# Look for missing bugzilla comments for recently-landed changesets
118-
python -m bugbot.rules.missed_landing_comment --production
118+
# 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
119121

120122
# Look for recently landed changesets referencing leave-open security bugs
121123
python -m bugbot.rules.leave_open_sec --production

0 commit comments

Comments
 (0)