Build(#81): Workflow to pull and update data on a schedule - #87
Open
andybeet wants to merge 7 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Justification
To prevent R package data drifting from the MDEB data on the GIS Hub a workflow is created to pull the MDEB data into the package on a schedule. The workflow will create a pull request off
devif any changes were found. This will need to be manually reviewed and mergedFixes #81
Types of changes
What types of changes does this pull request introduce? Put an
xin the boxes that apply.This will inform the new release number.
Further comments
The workflow is currently set at weekly. Might be good to see how it is working or failing before we set it to monthly or quarterly. A workflow dispatch has also been added to the workflow enabling us to run the workflow manually at any point in time. Currently a PR is created. After some time we could automate the commits to the repo and auto generate a release of the package
Reviewer instructions
Unfortunately, until the workflow is in the
mainbranch i dont think you can test it. As an alternative you could fork the repo, merge this branch intomainand test it there. Please look over the yml and comment below.