From 459f0b22d0a13ea7854905e96d537bf3f62240fb Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 6 Feb 2021 12:12:15 +1100 Subject: [PATCH 1/2] add default username to Actions - avoids adding GitHub usernames instead of names when adding automated commits e.g. updating the name file. Also cleaned up contributors.txt --- .github/workflows/add-contributors.yml | 3 ++- .github/workflows/update-topo-on-push.yml | 1 + contributors.txt | 5 ++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-contributors.yml b/.github/workflows/add-contributors.yml index 85d7ced..a991334 100644 --- a/.github/workflows/add-contributors.yml +++ b/.github/workflows/add-contributors.yml @@ -20,4 +20,5 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: update contributors \ No newline at end of file + commit_message: update contributors + commit_author: Library Map Bot \ No newline at end of file diff --git a/.github/workflows/update-topo-on-push.yml b/.github/workflows/update-topo-on-push.yml index c8e9af8..d2fc1e3 100644 --- a/.github/workflows/update-topo-on-push.yml +++ b/.github/workflows/update-topo-on-push.yml @@ -26,3 +26,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: merge csv data to topo + commit_author: Library Map Bot diff --git a/contributors.txt b/contributors.txt index a55dc59..d1cfabb 100644 --- a/contributors.txt +++ b/contributors.txt @@ -5,6 +5,5 @@ Andrew Kelly Hugh Rundle Sonya Lange Stephanie Schwarze -sallybaker -hughrun -Molly +Sally +Molly \ No newline at end of file -- 2.39.5 From 94609138c83aed8923bb0050087fd06247d4bb8d Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 6 Feb 2021 12:15:47 +1100 Subject: [PATCH 2/2] Upper Lachlan is fine free --- contributors.txt | 5 +++-- website/data/library_services_information.csv | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/contributors.txt b/contributors.txt index d1cfabb..5921f7c 100644 --- a/contributors.txt +++ b/contributors.txt @@ -1,9 +1,10 @@ +Hugh Rundle Alissa M Paul Schulz Gareth Dixon Andrew Kelly -Hugh Rundle Sonya Lange Stephanie Schwarze Sally -Molly \ No newline at end of file +Molly +Michaela Olde \ No newline at end of file diff --git a/website/data/library_services_information.csv b/website/data/library_services_information.csv index c6c8885..5952609 100644 --- a/website/data/library_services_information.csv +++ b/website/data/library_services_information.csv @@ -77,7 +77,7 @@ City of Sydney Library,Sydney,nsw,yes,3,AIT Aurora,https://www.cityofsydney.nsw. 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, "Upper Hunter Regional Library (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,no,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, Wentworth Shire Library,Wentworth,nsw,?,?,Libero,https://www.wentworth.nsw.gov.au/community/libraries/, Western Riverina Libraries,Western Riverina Regional,nsw,yes,3,Libero,https://www.wrl.nsw.gov.au/, -- 2.39.5