Add typo to task renaming to catch it next time
This commit is contained in:
parent
ec8add017c
commit
854a0a1fc6
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue