Hugh Rundle
65b3d2a70b
fix commiter name on topo update action
2021-02-01 19:47:36 +11:00
Hugh Rundle
7a2b83a97c
rationalise workflows
...
- csv-to-topo updater now only works for PRs : csv shouldn't be directly updated in a push to master
- csv-to-topo can now be manually triggered if needed
- clearer formatting for actions
2021-01-29 21:10:39 +11:00
Hugh Rundle
4f3ef6963c
update all actions
...
- replaces the topo-updater with 2 separate actions: one for direct pushes and one for PRs
- updates tag names
2021-01-29 20:12:08 +11:00
Hugh Rundle
593454cd6e
Update minify-map-json.yml
...
whoops missed a comma
2021-01-29 10:38:23 +11:00
Hugh Rundle
6aa7624932
Update minify-map-json.yml
...
use if statement syntax from https://github.com/marketplace/actions/skip-based-on-commit-message
2021-01-29 10:36:44 +11:00
Hugh Rundle
ebddda6882
change logic on if filter
2021-01-29 10:25:56 +11:00
Hugh Rundle
88cfcaf913
add condition to Action
...
The minify-map-json action is causing itself to run every time its PRs are merged.
This hopefully will stop that happening, but ignoring anything with an 'automated' label and then applying that label when pushing the PR
2021-01-29 09:50:15 +11:00
Hugh Rundle
cc885cfc36
add labels to actions
2021-01-29 09:18:07 +11:00
Hugh Rundle
92ad548b92
fix Action workflows
...
- fix incorrect key name in merge file (json_data['objects']['boundaries.geo'] rather than json_data['objects']['boundaries'])
- don't merge csv and topo.json when topo.json changes, as this will create an infinite loop
- run merge as part of geo-to-topo Action, after new topo file is created
- remove redundant shell file
2021-01-29 08:28:40 +11:00
Hugh Rundle
cb08f5b834
Update minify-map-json.yml
...
simplify workflow
2021-01-28 21:05:11 +11:00
Hugh Rundle
81e2ae533a
Merge branch 'master' into geo2topo
2021-01-28 20:50:08 +11:00
Hugh Rundle
bc3bcdab47
update worklow
2021-01-28 20:44:56 +11:00
Hugh Rundle
1733b0d413
Update minify-map-json.yml
...
add `uses`
2021-01-28 20:16:39 +11:00
Hugh Rundle
587d443a58
Update minify-map-json.yml
...
adjust filepaths
2021-01-28 20:08:28 +11:00
Hugh Rundle
01246f5964
Update minify-map-json.yml
...
clean up
2021-01-28 19:56:57 +11:00
Hugh Rundle
12ef934e6c
reconfigure minify-map-json action
...
- update yml by bringing shell script into the main action yml
- add shebang to shell script file in case this doesn't work and we need it still
2021-01-28 19:11:21 +11:00
Hugh Rundle
67f63d9202
update github action
...
- apparently it needs sudo with no password to npm install?
- also added ability to run the json update action manually
2021-01-28 18:57:43 +11:00
Hugh Rundle
ffdd84f240
fix filepath in action
2021-01-28 18:42:47 +11:00
Hugh Rundle
f55bcd97f9
clarify path for GH Action
2021-01-28 18:26:31 +11:00
Hugh Rundle
12997c2eb4
add csv-to-topo to geo-t-topo
...
We need to merge the csv data into the new topojson file!
2021-01-28 18:25:11 +11:00
Hugh Rundle
4e2851fb1d
add GitHub action
...
Processes geojson to topojson on a change to the geojson file.
2021-01-28 18:15:47 +11:00