Import pycon-styleguide repo as styleguide/ subfolder#4671
Import pycon-styleguide repo as styleguide/ subfolder#4671marcoacierno wants to merge 461 commits into
Conversation
* Add new illustration * left/right
* StyledText base font size 3 * update story
Merged with full git history via git-filter-repo --to-subdirectory-filter. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR imports the pycon-styleguide repository as a Issues FoundCritical: Deploy workflow won't trigger on styleguide changes
paths:
- "src/**/*"
- "package.json"These should be prefixed with paths:
- "styleguide/src/**/*"
- "styleguide/package.json"The deploy workflow will never trigger on pushes to Critical: Missing working directory in deploy stepsNone of the build/publish steps in High: Duplicate slash-command workflows
Medium: date-fns major version incompatibilityStyleguide declares Medium: React type definition conflictStyleguide depends on |
Summary
Imports the pycon-styleguide repository into the monorepo as a
styleguide/subfolder, preserving its full git history (567 commits).How
git-filter-repo --to-subdirectory-filter styleguide, so all historical paths live understyleguide/git merge --allow-unrelated-historiesgit log styleguide/andgit log --followon individual files work as expected.Notes
styleguide/.github/workflows/(deploy, commands, dependabot) came along with the import. These are inert in the monorepo (GitHub only reads root.github/workflows) — the old npm publish workflow should be ported or removed in a follow-up.styleguideinto the pnpm workspace, point the frontend at the local package instead of the published@python-italia/pycon-styleguide, archive the old repo.🤖 Generated with Claude Code