[ES|QL] FORK now can be run on only one branch#267712
Merged
Merged
Conversation
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Page load bundle
|
momovdg
approved these changes
May 5, 2026
Contributor
|
Starting backport for target branches: 9.3, 9.4 https://github.com/elastic/kibana/actions/runs/25421704635 |
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
May 6, 2026
# Backport This will backport the following commits from `main` to `9.4`: - [[ES|QL] FORK now can be run on only one branch (#267712)](#267712) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Sebastian Delle Donne","email":"sebastian.delledonne@elastic.co"},"sourceCommit":{"committedDate":"2026-05-06T07:15:08Z","message":"[ES|QL] FORK now can be run on only one branch (#267712)\n\n## Summary\nAfter elastic/elasticsearch#136805, FORK can be\nrun using a single branch.\n\nRemoved the \"Must include at least two branches\" validation.\n<img width=\"1144\" height=\"360\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/2ce81fec-51d6-46c5-b562-8f068ab5ee40\"\n/>\n\nThe pipe is now suggested after the first branch.","sha":"c743a2f1d6cece659b7547272c747c9914f21620","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:ES|QL","Team:ESQL","backport:version","v9.3.0","v9.4.0","v9.5.0"],"title":"[ES|QL] FORK now can be run on only one branch","number":267712,"url":"https://github.com/elastic/kibana/pull/267712","mergeCommit":{"message":"[ES|QL] FORK now can be run on only one branch (#267712)\n\n## Summary\nAfter elastic/elasticsearch#136805, FORK can be\nrun using a single branch.\n\nRemoved the \"Must include at least two branches\" validation.\n<img width=\"1144\" height=\"360\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/2ce81fec-51d6-46c5-b562-8f068ab5ee40\"\n/>\n\nThe pipe is now suggested after the first branch.","sha":"c743a2f1d6cece659b7547272c747c9914f21620"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.4"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/267712","number":267712,"mergeCommit":{"message":"[ES|QL] FORK now can be run on only one branch (#267712)\n\n## Summary\nAfter elastic/elasticsearch#136805, FORK can be\nrun using a single branch.\n\nRemoved the \"Must include at least two branches\" validation.\n<img width=\"1144\" height=\"360\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/2ce81fec-51d6-46c5-b562-8f068ab5ee40\"\n/>\n\nThe pipe is now suggested after the first branch.","sha":"c743a2f1d6cece659b7547272c747c9914f21620"}}]}] BACKPORT--> Co-authored-by: Sebastian Delle Donne <sebastian.delledonne@elastic.co>
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.
Summary
After elastic/elasticsearch#136805, FORK can be run using a single branch.
Removed the "Must include at least two branches" validation.

The pipe is now suggested after the first branch.