Closed abhishek1234321 closed 2 months ago
The changes introduce a new configuration for pull request (PR) checks in the GitHub repository. This includes a .github/pr_checks_config.yml
file that defines two checks: one for enforcing specific prefixes in PR titles and another for requiring a ClickUp link in PR descriptions. Additionally, a new GitHub Actions workflow named pr_checks.yml
is created to automate these checks during PR events, ensuring compliance with the defined rules.
File | Change Summary |
---|---|
.github/pr_checks_config.yml | Added configuration for PR checks: prefix_check for title prefixes and clickup_check for description links. |
.github/workflows/pr_checks.yml | Introduced a new workflow to automate the execution of the defined PR checks on PR events. |
In the garden of code, we hop and play,
With checks in place to guide our way.
Titles with prefixes, descriptions that link,
Together we flourish, don’t you think?
So let’s code with joy, let our PRs shine bright,
For every good change brings pure delight! 🐇✨
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?
will wait for clickup removal - removing request for now
https://app.clickup.com
Summary by CodeRabbit
New Features
Bug Fixes