mergify: remove duplicated config and use the default ones for the backport labels

See https://github.com/elastic/logstash/pull/17740#discussion_r2167764698
This commit is contained in:
Victor Martinez 2025-06-26 08:40:05 +02:00 committed by GitHub
parent 7923827655
commit 3accce37b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,13 +68,8 @@ pull_request_rules:
- label=backport-8.16
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.16"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.17 branch
conditions:
@ -83,13 +78,8 @@ pull_request_rules:
- label=backport-8.17
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.17"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.18 branch
conditions:
@ -98,13 +88,8 @@ pull_request_rules:
- label=backport-8.18
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.18"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.19 branch
conditions:
@ -123,10 +108,5 @@ pull_request_rules:
- label=backport-9.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "9.0"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"