-
Notifications
You must be signed in to change notification settings - Fork 0
build: 🔧 update config for non-template package #116
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
Since this PR doesn't modify the "source" files, it would be |
update-template: | ||
cp .cz.toml .pre-commit-config.yaml .typos.toml .editorconfig template/ | ||
mkdir -p template/tools | ||
cp tools/get-contributors.sh template/tools/ | ||
cp .github/pull_request_template.md template/.github/ | ||
cp .github/workflows/build-website.yml .github/workflows/dependency-review.yml template/.github/workflows/ |
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.
Only bit I changed from the template-website version
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 build website workflow may need to be removed. But we can deal with that later, as you add the copier.yaml
file and the questions in it.
Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
update-template: | ||
cp .cz.toml .pre-commit-config.yaml .typos.toml .editorconfig template/ | ||
mkdir -p template/tools | ||
cp tools/get-contributors.sh template/tools/ | ||
cp .github/pull_request_template.md template/.github/ | ||
cp .github/workflows/build-website.yml .github/workflows/dependency-review.yml template/.github/workflows/ |
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 build website workflow may need to be removed. But we can deal with that later, as you add the copier.yaml
file and the questions in it.
Description
This PR updates config files for the non-template project.
This PR needs an in-depth review.
Checklist
just run-all
-- website only builds with changes from docs: 📝 add website files #115