Skip to content

Commit

Permalink
ci: update mergify backport rule labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell committed Nov 4, 2024
1 parent 26a2033 commit db18a2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pull_request_rules:
- release/v0.24.x
- release/v0.25.x
- release/v0.26.x
- release/v0.26.x-iavl-v1
- release/v0.27.x

- name: Backport patches to the release/v0.17.x branch
conditions:
Expand Down Expand Up @@ -99,3 +101,21 @@ pull_request_rules:
backport:
branches:
- release/v0.26.x

- name: Backport patches to the release/v0.26.x-iavl-v1 branch
conditions:
- base=master
- label=A:backport/v0.26.x-iavl-v1
actions:
backport:
branches:
- release/v0.26.x-iavl-v1

- name: Backport patches to the release/v0.27.x branch
conditions:
- base=master
- label=A:backport/v0.27.x
actions:
backport:
branches:
- release/v0.27.x

0 comments on commit db18a2a

Please sign in to comment.