Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

chore: bump maintenance versions in mergify #2563

Merged
merged 4 commits into from
Jun 1, 2022
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
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,41 @@ pull_request_rules:
git merge upstream/{{base}}
git push upstream {{head}}
```
- name: backport patches to 8.2 branch
- name: backport patches to 8.3 branch
conditions:
- merged
- base=main
- label=backport-v8.2.0
- label=backport-v8.3.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.2"
- "8.3"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.1 branch
- name: backport patches to 8.2 branch
conditions:
- merged
- base=main
- label=backport-v8.1.0
- label=backport-v8.2.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.1"
- "8.2"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 7.17 branch
- name: backport patches to 8.1 branch
mdelapenya marked this conversation as resolved.
Show resolved Hide resolved
conditions:
- merged
- base=main
- label=backport-v7.17.0
- label=backport-v8.1.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.17"
- "8.1"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: delete head branch after merge
conditions:
Expand Down