Skip to content
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

Fix backport config file in 7.17 branch #5405

Merged
merged 3 commits into from
Jun 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix .gitignore file
- Adds missing 7.9 branch
- Makes 7.17 the default/checked branch
joepeeples committed Jun 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 064e58a29f0bd0a29444c4c3836ee4232c14b060
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstream": "elastic/security-docs",
"branches": [{ "name": "7.16", "checked": true }, "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.8"],
"branches": [{ "name": "7.17", "checked": true }, "7.16", "7.15", "7.14", "7.13", "7.12", "7.11", "7.10", "7.9", "7.8"],
"labels": ["backport"]
}