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

Commit

Permalink
chore: bump maintenance versions in mergify
Browse files Browse the repository at this point in the history
8.3 is here, let's remove the least minor
  • Loading branch information
mdelapenya authored May 26, 2022
1 parent c75ed52 commit 0e8a6c8
Showing 1 changed file with 9 additions and 9 deletions.
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
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

0 comments on commit 0e8a6c8

Please sign in to comment.