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.
What does this do?
upstream-to-pr.yml
workflow.sync-with-upstream.yml
workflow with the following changes:template-version
input to the workflow to manually indicate to which upstream version the template needs to be updated.sync-with-template.yml
workflow.cli
script.Why did you do this?
To introduce the following new features:
master
branch, which can be unstable.release
field:ios
andandroid
directories can now be ignored, as they are no longer pushed to the repository.Who/what does this impact?
New and current users of the template. Please read instructions in
.github/project-workflows/sync-with-template.yml
to setup the new workflow.How did you test this?
I created a private fork of the template, pushed the new workflow to the
master
branch (so it can be used) and tested different scenarios.