Skip to content

Commit

Permalink
Add landing as a reminder option (mozilla#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrittervg authored Sep 29, 2023
1 parent 6a737cf commit 4158af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbot/rules/reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from bugbot import utils
from bugbot.bzcleaner import BzCleaner

REMINDER_TYPES = ["test", "pref", "disclosure", "deprecation"]
REMINDER_TYPES = ["test", "pref", "disclosure", "deprecation", "landing"]
DATE_MATCH = re.compile(
r"\[reminder\-(%s) ([0-9]{4}-[0-9]{1,2}-[0-9]{1,2})\]" % "|".join(REMINDER_TYPES)
)
Expand Down

0 comments on commit 4158af8

Please sign in to comment.