Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

34j
Copy link
Contributor

@34j 34j commented Feb 22, 2025

Description of change

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • This pull request follows the contributing guidelines.
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions outlined in the conventional commit spec, such as "fix(api): prevent racing of requests".
  • If pre-commit.ci is failing, try pre-commit run -a for further information.
  • If CI / test is failing, try uv run pytest for further information.

@34j
Copy link
Contributor Author

34j commented Feb 22, 2025

setting email=41898282+github-actions[bot]@users.noreply.github.com does not work due to
python/cpython#122477

@34j 34j changed the title feat(copier): add --yes to npx all-contributors-cli for ci and test it feat(copier): add --yes to npx all-contributors-cli for ci and test initial_commit and add_me_as_contributor Feb 22, 2025
@34j
Copy link
Contributor Author

34j commented Feb 22, 2025

Changed to use add_me_as_contributor=yes only on Linux because the following error occurs in macOS tests.

Error: API rate limit exceeded for 13.105.117.149.
```

@34j 34j mentioned this pull request Feb 22, 2025
6 tasks
@34j
Copy link
Contributor Author

34j commented Feb 22, 2025

Single quotation marks do not seem to work on Windows, so this has been fixed. It should be fine now.

@34j
Copy link
Contributor Author

34j commented Feb 27, 2025

@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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant