Add typo to task renaming to catch it next time

This commit is contained in:
benjamin melançon 2022-04-11 15:38:55 -04:00
parent ec8add017c
commit 854a0a1fc6

View file

@ -221,7 +221,7 @@ for preferred, alternatives in replacement_project_names.items():
subproject_names = { subproject_names = {
"Contributing back to the community": ["contrib", "contributing", "contributions"], "Contributing back to the community": ["contrib", "contributing", "contributions"],
"Not billed": ["nb"], "Not billed": ["nb"],
"Planning": ["plan", "meeting", "pm", "project management"], "Planning": ["plan", "meeting", "pm", "project management", "plannng"],
"Quality Assurance": ["qa", "quality"], "Quality Assurance": ["qa", "quality"],
} }
for preferred, alternatives in subproject_names.items(): for preferred, alternatives in subproject_names.items():