-
Notifications
You must be signed in to change notification settings - Fork 0
fix: remove conflicting changelog.yml workflow #1
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
- Add husky for git hooks management - Add pre-commit hooks for formatting, linting, type checking, and security - Add pre-push hooks for tests, build, and PR validation - Add commitlint for conventional commit message validation - Add lint-staged for efficient staged file processing - Add validation scripts for branch naming, secrets detection, file sizes, and env files - Enhance .gitignore patterns for environment files This setup catches most CI/CD issues locally before they reach PRs, improving developer experience and reducing CI time.
- Remove deprecated husky v9 headers from hooks (preparing for v10) - Fix lint-staged config to remove unsupported --write flag from ultracite format command
❌ PR Validation FailedPlease ensure your PR meets all requirements:
See our Contributing Guide for details. |
🤖 Reviewers have been automatically assigned based on the CODEOWNERS file. If you need different reviewers, please update manually. |
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.
🎉 Welcome to Zopio, @uozopio!
Thank you for your first pull request! We're thrilled to have you contribute to our community-driven project.
Next steps:
- ✅ Ensure all CI checks pass
- 📝 Fill out the PR template completely
- 👀 A maintainer will review your PR soon
- 💬 Feel free to ask questions if you need help
Helpful resources:
If your PR gets merged, you'll be added to our contributors list automatically!
Thank you for helping make Zopio better! 🚀 We appreciate your contribution!
Summary
changelog.yml
workflow to prevent duplicate releasesrelease.yml
as the single source of truth for the release processContext
The repository had two competing workflows:
Both workflows were triggering on push to main, causing:
Solution
The
release.yml
workflow is more comprehensive and includes:.autorc
file@auto-it/first-time-contributor
plugin installedTherefore,
changelog.yml
has been removed to maintain a single, consistent release process.Test plan
changelog.yml
is deletedrelease.yml
remains intact.autorc
configuration is preserved