-
Notifications
You must be signed in to change notification settings - Fork 296
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
ci: enable backport:v3.x label #4046
Conversation
📝 Walkthrough📝 WalkthroughWalkthroughThe changes introduce a new rule to the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
.github/mergify.yml (1)
25-25
: Remove trailing spaces.The line contains trailing spaces which should be removed.
- - v3.x + - v3.x🧰 Tools
🪛 yamllint (1.29.0-1)
[error] 25-25: trailing spaces
(trailing-spaces)
🪛 GitHub Check: lint / yamllint
[failure] 25-25:
25:17 [trailing-spaces] trailing spaces
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
📒 Files selected for processing (1)
.github/mergify.yml
(1 hunks)
🧰 Additional context used
🪛 yamllint (1.29.0-1)
.github/mergify.yml
[error] 25-25: trailing spaces
(trailing-spaces)
🪛 GitHub Check: lint / yamllint
.github/mergify.yml
[failure] 25-25:
25:17 [trailing-spaces] trailing spaces
🔇 Additional comments (2)
.github/mergify.yml (2)
18-25
: LGTM! The new rule follows the established pattern.
The new backport rule for v3.x maintains consistency with existing rules for v1.x and v2.x, following the same structure and naming convention.
🧰 Tools
🪛 yamllint (1.29.0-1)
[error] 25-25: trailing spaces
(trailing-spaces)
🪛 GitHub Check: lint / yamllint
[failure] 25-25:
25:17 [trailing-spaces] trailing spaces
20-25
: Verify v3.x branch existence.
Let's ensure the target branch exists to prevent backport failures.
✅ Verification successful
Branch v3.x exists and is valid for backporting
The v3.x branch exists in the repository with commit ceac540, confirming that the backport configuration is valid and will work as expected.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Check if v3.x branch exists in the repository
# Check if v3.x branch exists
git ls-remote --heads origin v3.x
# If branch doesn't exist, this might cause backport failures
Length of output: 92
🧰 Tools
🪛 yamllint (1.29.0-1)
[error] 25-25: trailing spaces
(trailing-spaces)
🪛 GitHub Check: lint / yamllint
[failure] 25-25:
25:17 [trailing-spaces] trailing spaces
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
docs/release-notes/release-notes.md (1)
57-57
: Fix hyphenation: "hard coded" → "hard-coded"The compound adjective "hard-coded" should be hyphenated when used as a modifier before a noun.
-Once 5/6+ of the voting power have signalled, the upgrade will be ready. There is a hard coded delay between confirmation of the upgrade and execution to the new state machine. +Once 5/6+ of the voting power have signalled, the upgrade will be ready. There is a hard-coded delay between confirmation of the upgrade and execution to the new state machine.🧰 Tools
🪛 LanguageTool
[uncategorized] ~57-~57: This word is normally spelled with a hyphen.
Context: ..., the upgrade will be ready. There is a hard coded delay between confirmation of the upgra...(HARD_CODE_COMPOUND)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
📒 Files selected for processing (3)
.github/mergify.yml
(1 hunks)docs/maintainers/release-guide.md
(1 hunks)docs/release-notes/release-notes.md
(2 hunks)
✅ Files skipped from review due to trivial changes (1)
- docs/maintainers/release-guide.md
🚧 Files skipped from review as they are similar to previous changes (1)
- .github/mergify.yml
🧰 Additional context used
🪛 LanguageTool
docs/release-notes/release-notes.md
[uncategorized] ~57-~57: This word is normally spelled with a hyphen.
Context: ..., the upgrade will be ready. There is a hard coded delay between confirmation of the upgra...
(HARD_CODE_COMPOUND)
🔇 Additional comments (1)
docs/release-notes/release-notes.md (1)
57-57
: Please specify the hard-coded delay duration
The release notes mention a hard-coded delay between upgrade confirmation and execution but don't specify its duration. This information is crucial for node operators to plan their upgrades effectively.
Let's check the codebase for this delay value:
🧰 Tools
🪛 LanguageTool
[uncategorized] ~57-~57: This word is normally spelled with a hyphen.
Context: ..., the upgrade will be ready. There is a hard coded delay between confirmation of the upgra...
(HARD_CODE_COMPOUND)
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.
utAck
I want to use this label on another PR I just made. (cherry picked from commit 2831f3b)
I want to use this label on another PR I just made.