Skip to content

Commit

Permalink
ci: modify mergifyio rules for new release-v3.10
Browse files Browse the repository at this point in the history
This commit adds support for v3.10 backports
and removes support for v3.8 backports.

Signed-off-by: Rakshith R <[email protected]>
  • Loading branch information
Rakshith-R authored and nixpanic committed Nov 30, 2023
1 parent 788b662 commit 58b74a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,23 +284,23 @@ pull_request_rules:
name: default
delete_head_branch: {}

- name: backport patches to release-v3.8 branch
- name: backport patches to release-v3.9 branch
conditions:
- base=devel
- label=backport-to-release-v3.8
- label=backport-to-release-v3.9
actions:
backport:
branches:
- release-v3.8
- release-v3.9

- name: backport patches to release-v3.9 branch
- name: backport patches to release-v3.10 branch
conditions:
- base=devel
- label=backport-to-release-v3.9
- label=backport-to-release-v3.10
actions:
backport:
branches:
- release-v3.9
- release-v3.10

- name: remove outdated approvals on ci/centos
conditions:
Expand Down

0 comments on commit 58b74a2

Please sign in to comment.