Skip to content

Commit

Permalink
ci: update mergify to reflect currently maintained branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Aug 20, 2024
1 parent cb78e14 commit 6c72443
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
pull_request_rules:
- name: backport to maintained branches
conditions:
- base~=^(main|release/v4|release/v5|release/v6)$
- base~=^(main|release/v7|release/v6)$
- label=BACKPORT
actions:
backport:
branches:
- main
- release/v4
- release/v5
- release/v7
- release/v6
assignees:
- "{{ author }}"
Expand All @@ -21,7 +20,7 @@ pull_request_rules:
- name: automerge backported PR's for maintained branches
conditions:
- label=automerge
- base~=^(release/v4|release/v5|release/v6)$
- base~=^(release/v6|release/v7)$
actions:
merge:
method: squash

0 comments on commit 6c72443

Please sign in to comment.