Commit ab22d76
authored
feat: add country-to-continent mapping for issue labels (#1477)
* Add country-to-continent mapping for issue labels
Country to Continent mapping found here: https://gist.github.com/stevewithington/20a69c0b6d2ff846ea5d35e5fc47f26c
Addressing MobilityData/mobility-database-catalogs#1005
* update: with commas
* update: colons
* update: indent
* update: to remove trailing whitespace, duplicate countries
* update: to use countries-list ts library for country-continent mapping
* update: with logging library
* fix: linter errors
* fix: linter errors
* chore: add countries-list dependency
* fix: to address review comments1 parent a0f0896 commit ab22d76
File tree
2 files changed
+11
-1
lines changed- functions/packages/feed-form
- src/impl
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
324 | 333 | | |
325 | 334 | | |
326 | 335 | | |
327 | 336 | | |
328 | 337 | | |
329 | 338 | | |
330 | | - | |
| 339 | + | |
331 | 340 | | |
332 | 341 | | |
333 | 342 | | |
| |||
0 commit comments