Closed blackfyre closed 3 months ago
This update introduces a new GitHub Actions workflow for validating pull request titles according to the conventional commit format. It ensures that pull request titles are standardized, enhancing clarity and consistency in commit messages. Triggered on various pull request events, this workflow aims to improve code quality and streamline the review process, making it easier for contributors and maintainers to understand changes at a glance.
Files | Change Summary |
---|---|
.github/workflows/pr-validation.yml |
New workflow to validate pull request titles against conventional commit standards. |
sequenceDiagram
participant Contributor
participant GitHub
participant Action
Contributor->>GitHub: Open/Sync/Reopen/Edit Pull Request
GitHub->>Action: Trigger validation workflow
Action->>GitHub: Check PR title format
GitHub->>Action: Return validation results
Action->>Contributor: Notify on title compliance
🐰 In the meadow, hops a rabbit bright,
With pull requests that gleam and excite.
"Oh titles so neat, in format they fit,
Let's keep our commits a perfect little bit!"
🥕 A workflow to guide, oh what a delight,
For clarity and joy, we code through the night!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Added conventional commit validation to PRs
Summary by CodeRabbit
New Features
Impact