commit
f54d2a3830
1
.github/workflows/merge-csv-to-topojson.yml
vendored
1
.github/workflows/merge-csv-to-topojson.yml
vendored
|
@ -22,3 +22,4 @@ jobs:
|
||||||
title: Update TopoJSON
|
title: Update TopoJSON
|
||||||
body: Update boundaries.topo.json with new data from library_services_information.csv
|
body: Update boundaries.topo.json with new data from library_services_information.csv
|
||||||
branch: auto-update-topo
|
branch: auto-update-topo
|
||||||
|
labels: automated,data
|
||||||
|
|
4
.github/workflows/minify-map-json.yml
vendored
4
.github/workflows/minify-map-json.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
processJson:
|
processJson:
|
||||||
|
if: ${{ github.event.label.name != 'automated' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -25,5 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
commit-message: Update TopoJSON boundaries
|
commit-message: Update TopoJSON boundaries
|
||||||
title: Update TopoJSON boundaries
|
title: Update TopoJSON boundaries
|
||||||
body: Clean and minify GeoJSON and process to TopoJSON
|
body: 'Clean & minify GeoJSON; process to TopoJSON; merge library info csv to topo.'
|
||||||
branch: geo-to-topo
|
branch: geo-to-topo
|
||||||
|
labels: automated,data
|
||||||
|
|
Loading…
Reference in a new issue