Add task alias for PTO
This commit is contained in:
parent
599ca166ad
commit
971bae8c48
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,7 @@ compound_project_tasks = {
|
|||
"Internal — Planning": ["planning", "plan"],
|
||||
"Internal — Personal Learning": ["Learning", "Personal learning", "learn"],
|
||||
"Internal — Presentations": ["presentations", "presentation"],
|
||||
"Internal — PTO": ["PTO", "Paid Time Off", "Agaric PTO"],
|
||||
"Internal — Paid time off": ["PTO", "Paid Time Off", "Agaric PTO"],
|
||||
"Internal — Network Engagement": ["Network Engagement", "NE", "network engagment", "Social media", "Network building", "Agaric network engagement", "AgaricNetwork Engagement", "Networking"],
|
||||
"VHFA — Contributing back to the community": ["VHFA contrib"],
|
||||
}
|
||||
|
@ -261,6 +261,7 @@ for preferred, alternatives in replacement_project_names.items():
|
|||
subproject_names = {
|
||||
"Contributing back to the community": ["contrib", "contributing", "contributions"],
|
||||
"Not billed": ["nb"],
|
||||
"Paid time off": ["PTO"],
|
||||
"Planning": ["plan", "meeting", "pm", "project management", "plannng"],
|
||||
"Quality Assurance": ["qa", "quality"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue