-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make little changes #255
Comments
|
|
{
"label": "pre-commit",
"type": "process",
"command": "pwsh",
"args": ["-Command", "pre-commit"],
"problemMatcher": []
}, |
{
"label": "git: Stage all files",
"type": "process",
"command": "git",
"args": ["add", "-A"],
"problemMatcher": []
}, |
|
|
|
|
```{include} ../README.md
:relative-docs: docs/
:relative-images:
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See #319 (comment) |
|
This is definitely needed. Extra Looks like # * -------------------------------------------------------------------------------- * #
# * PROJECT-SPECIFIC
# * Bla bla bla bla bla
# * -------------------------------------------------------------------------------- * #
# * TEMPLATE-SPECIFIC
# * Bla bla bla bla bla |
|
|
|
|
MIGRATED |
In this example, a specific ref is checked out. Can we just supply the commit as an output of the bump job? Would need to be conditional on bumping. - uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} |
|
|
|
|
https://github.com/blakeNaccarato/copier-python/blob/main/template/.sourcery.yaml.jinja#L7
|
|
This would decouple the back-and-forth |
|
|
|
|
|
All done! |
EDIT: Leaving this open until last bits are complete. But it is getting bloated with checkboxes so new changes should be posted in #338.
This is a long-lived issue that will track little changes to be made to the template. Changes tracked here are not usually big enough for their own PR, so they can be batched with each other in occasional sprints.
The text was updated successfully, but these errors were encountered: