Skip to content

Commit

Permalink
keep only 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Sep 10, 2023
1 parent 99698a5 commit 72e0eea
Showing 1 changed file with 0 additions and 78 deletions.
78 changes: 0 additions & 78 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,84 +130,6 @@ pull_request_rules:
label:
remove:
- backport-skip
- name: backport patches to 8.4 branch
conditions:
- merged
- label=backport-v8.4.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.4"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.5 branch
conditions:
- merged
- label=backport-v8.5.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.5"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.6 branch
conditions:
- merged
- label=backport-v8.6.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.6"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.7 branch
conditions:
- merged
- label=backport-v8.7.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.7"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.8 branch
conditions:
- merged
- label=backport-v8.8.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.8"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.9 branch
conditions:
- merged
- label=backport-v8.9.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.9"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.10 branch
conditions:
- merged
Expand Down

0 comments on commit 72e0eea

Please sign in to comment.