8000 Update mergify with new 9.1 branch by donoghuc · Pull Request #17740 · elastic/logstash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update mergify with new 9.1 branch #17740

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
10 changes: 10 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,13 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

- name: backport patches to 9.1 branch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codereview: Why does the 8.19 section look different than the other?

Copy link
Member
@robbavey robbavey Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the template was simplified by @v1v when 8.19 support was added, https://github.com/elastic/logstash/pull/17567/files

9E14 Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#17551 introduced the defaults, so those specific config entries per backport pull_request rule is not needed anymore.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#17742 is the one removing those duplicated entries

conditions:
- merged
- base=main
- label=backport-9.1
actions:
backport:
branches:
- "9.1"
0