Update .backportrc.json: remove 7.x preset#5501
Merged
Merged
Conversation
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
jmikell821
approved these changes
Jul 10, 2024
Contributor
Author
|
FYI: I don't think we need to backport this change to previous branches, since we usually run the backport tool from |
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.
Removes syntax that creates a pre-selected (or "checked")
7.xoption every time you run the backport tool. We used to do this during the 7.x series, but we no longer maintain such a branch and don't need it as a pre-selected option.Backport tool docs: https://github.com/sorenlouv/backport/blob/main/docs/config-file-options.md#targetbranchchoices-required
(The documented setting names are slightly different from what's in our config file. Maybe they were renamed at some point but maintain backwards compatibility with our names?)