Merge branch 'master' into master
This commit is contained in:
commit
8b1a3ec7cd
22
.github/workflows/tag-prs.yml
vendored
Normal file
22
.github/workflows/tag-prs.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
name: tag PRs
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'website/data/*'
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
auto-topo-updater:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- uses: christianvuerings/add-labels@v1
|
||||||
|
with:
|
||||||
|
labels: |
|
||||||
|
data
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -1,7 +1,9 @@
|
||||||
name: topo auto updater (PR)
|
name: topo update (push)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- 'website/data/library_services_information.csv'
|
- 'website/data/library_services_information.csv'
|
||||||
|
|
||||||
|
@ -13,14 +15,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: christianvuerings/add-labels@v1
|
|
||||||
with:
|
with:
|
||||||
labels: |
|
ref: ${{ github.head_ref }}
|
||||||
auto update
|
fetch-depth: 0
|
||||||
data
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Merge CSV to TopoJSON
|
- name: Merge CSV to TopoJSON
|
||||||
run: |
|
run: |
|
File diff suppressed because one or more lines are too long
|
@ -76,8 +76,7 @@ Sutherland Shire Libraries and Information Service,Sutherland Shire,nsw,yes,3,In
|
||||||
City of Sydney Library,Sydney,nsw,yes,3,AIT Aurora,https://www.cityofsydney.nsw.gov.au/libraries,
|
City of Sydney Library,Sydney,nsw,yes,3,AIT Aurora,https://www.cityofsydney.nsw.gov.au/libraries,
|
||||||
Tenterfield Public Library,Tenterfield,nsw,yes,4,Libero,https://www.tenterfield.nsw.gov.au/community/library,
|
Tenterfield Public Library,Tenterfield,nsw,yes,4,Libero,https://www.tenterfield.nsw.gov.au/community/library,
|
||||||
The Hills Shire Library Service,The Hills Shire,nsw,?,3,Civica Spydus,https://www.thehills.nsw.gov.au/Library,
|
The Hills Shire Library Service,The Hills Shire,nsw,?,3,Civica Spydus,https://www.thehills.nsw.gov.au/Library,
|
||||||
"Upper Hunter Regional Library
|
"Upper Hunter Regional Library (Upper Hunter Library Network)",Upper Hunter,nsw,yes,?,AIT Aurora,https://www.uhrl.nsw.gov.au/,
|
||||||
(Upper Hunter Library Network)",Upper Hunter,nsw,yes,?,AIT Aurora,https://www.uhrl.nsw.gov.au/,
|
|
||||||
Upper Lachlan Library Service,Upper Lachlan Shire,nsw,yes,3,Civica Spydus,https://www.upperlachlan.nsw.gov.au/community/library,
|
Upper Lachlan Library Service,Upper Lachlan Shire,nsw,yes,3,Civica Spydus,https://www.upperlachlan.nsw.gov.au/community/library,
|
||||||
Waverley Library,Waverley,nsw,yes,3,Libero,https://www.waverley.nsw.gov.au/library,
|
Waverley Library,Waverley,nsw,yes,3,Libero,https://www.waverley.nsw.gov.au/library,
|
||||||
Wentworth Shire Library,Wentworth,nsw,?,?,Libero,https://www.wentworth.nsw.gov.au/community/libraries/,
|
Wentworth Shire Library,Wentworth,nsw,?,?,Libero,https://www.wentworth.nsw.gov.au/community/libraries/,
|
||||||
|
|
|
Loading…
Reference in a new issue