Add mapping definitions to mote role
This commit is contained in:
parent
d7a367ae66
commit
7acd932025
2 changed files with 24 additions and 0 deletions
14
roles/mote/templates/category_mappings.json
Normal file
14
roles/mote/templates/category_mappings.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"Ambassadors": ["famna", "#fedora-ambassadors"],
|
||||
"Infrastructure": ["infrastructure", "#fedora-apps", "#fedora-admin"],
|
||||
"Design": [],
|
||||
"Documentation": [],
|
||||
"Epel": [],
|
||||
"Internationalization": [],
|
||||
"Localization": [],
|
||||
"Marketing": [],
|
||||
"Magazine": [],
|
||||
"Packaging": [],
|
||||
"Quality Assurance": [],
|
||||
"Websites": []
|
||||
}
|
10
roles/mote/templates/name_mappings.json
Normal file
10
roles/mote/templates/name_mappings.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"famna": {
|
||||
"friendly-name": "Fedora North American Ambassadors",
|
||||
"aliases": [""],
|
||||
},
|
||||
"infrastructure": {
|
||||
"friendly-name": "Fedora Infrastructure Team",
|
||||
"aliases": ["fedora-infrastructure", "fedora_infrastructure", "#fedora-apps", "#fedora-admin"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue