-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ✨ add update-from-template workflow
#134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Description Moves this file from #134 No review is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test workflow and justfile changes should be their own PR. I'll split it out and then approve.
test and update-from-template workflowsupdate-from-template workflow
# Description Moved this from #134. No review needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll unapprove so that #144 can be merged into this one.
| @@ -1,2 +1,2 @@ | |||
| # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | |||
| {{ dict(_copier_answers, copyright_year=copyright_year) | to_nice_yaml -}} | |||
| {{ dict(_copier_answers, github_repo=github_repo, copyright_year=copyright_year) | to_nice_yaml -}} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This depends on the latest version on copier.yaml and will break the test now
Description
This PR adds the
update-from-templateworkflows.Closes #108
This PR needs a quick review.
Checklist
just run-all-- will fail because it depends on the latest version ofcopier.yaml