-
Notifications
You must be signed in to change notification settings - Fork 35
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
chore: changelog and backport bot #589
Conversation
WalkthroughThe project has introduced a new rule for automatically backporting patches to the Changes
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? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
(cherry picked from commit fb4c916)
(cherry picked from commit fb4c916) Co-authored-by: Adam Tucker <[email protected]>
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.
Review Status
Actionable comments generated: 1
Configuration used: CodeRabbit UI
Files selected for processing (2)
- .github/mergify.yml (1 hunks)
- CHANGELOG.md (1 hunks)
Additional comments: 1
.github/mergify.yml (1)
- 42-49: The addition of the backport rule for the
v24
branch aligns well with the existing backport rules for other branches. It's crucial to ensure that the conditions and target branches for all backport rules are consistent with the project's versioning and maintenance strategy.
@@ -49,12 +49,19 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |||
|
|||
## [State Compatible] | |||
|
|||
* (coin) [#570](https://github.com/osmosis-labs/cosmos-sdk/pull/570) Removal of regex usage on denom validation | |||
## v24 |
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.
Consider adding a space after the version heading "## v24" for consistency with other version headings that are followed by a newline.
-## v24
+## v24
+
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
## v24 | |
## v24 | |
Description
Closes: #XXXX
Updates changelog and includes v24 branch in backport bot
Summary by CodeRabbit
v24
branch.