Backport release/v6.3: Fix inconsistent config for self remediation behind interval#2884
Merged
masih merged 4 commits intorelease/v6.3from Feb 13, 2026
Merged
Conversation
Author
|
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-2883-to-release/v6.3
git worktree add --checkout .worktree/backport-2883-to-release/v6.3 backport-2883-to-release/v6.3
cd .worktree/backport-2883-to-release/v6.3
git reset --hard HEAD^
git cherry-pick -x 7fb14943da686a8aab3fe0a0ba161cee2b7e541a
git push --force-with-lease |
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (38.27%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release/v6.3 #2884 +/- ##
=============================================
Coverage 43.37% 43.37%
=============================================
Files 1866 1866
Lines 155384 155384
=============================================
+ Hits 67401 67403 +2
+ Misses 81968 81966 -2
Partials 6015 6015
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
philipsu522
approved these changes
Feb 13, 2026
masih
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #2883 to
release/v6.3.