-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat(copier): add --yes
to npx all-contributors-cli
for ci and test initial_commit
and add_me_as_contributor
#903
base: main
Are you sure you want to change the base?
Conversation
setting |
--yes
to npx all-contributors-cli
for ci and test it--yes
to npx all-contributors-cli
for ci and test initial_commit
and add_me_as_contributor
Changed to use add_me_as_contributor=yes only on Linux because the following error occurs in macOS tests.
|
Single quotation marks do not seem to work on Windows, so this has been fixed. It should be fine now. |
@browniebroke What about this PR? This does not affect the results, and just makes only a few changes to copier.yml to extend the scope of the test. It also fixes issues in Windows (replaces single quotes with double quotes everywhere). (The commitizen category could also be “test” or "fix") |
Description of change
Pull-Request Checklist
main
branchFixes #0000