Conversation
Add functionality that enables automatic backporting functionality by labeling the PRs. Once a labeled PR merges, the CI will attempt to automatically create the backport PR. The label must be in the following format: `backport <target-release-branch>`, where `<target-release-branch>` must pre-exist and match the name of the... yes you guessed it _the_ target release branch.
|
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. Additional details and impacted files@@ Coverage Diff @@
## main #2607 +/- ##
==========================================
+ Coverage 42.02% 43.22% +1.20%
==========================================
Files 1518 1857 +339
Lines 119497 153087 +33590
==========================================
+ Hits 50215 66173 +15958
- Misses 64899 81001 +16102
- Partials 4383 5913 +1530
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Captured for the flaking dApp integration test: https://linear.app/seilabs/issue/SEI-10307/integration-tests-dapp-test-flakes |
Collaborator
Author
|
and another for the tendermint test failure: https://linear.app/seilabs/issue/CON-147/testemitnewvalidblockeventoncommitwithoutblock-flakes |
philipsu522
approved these changes
Dec 15, 2025
sei-will
approved these changes
Dec 16, 2025
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.
Add functionality that enables automatic backporting functionality by labeling the PRs.
Once a labeled PR merges, the CI will attempt to automatically create the backport PR.
The label must be in the following format:
backport <target-release-branch>, where<target-release-branch>must pre-exist and match the name of the... yes you guessed it the target release branch.