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

Commit

Permalink
chore: add mergify task for backports to v0.4.x (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
crodriguezvega and crodriguezvega authored Nov 27, 2022
1 parent 182d728 commit b97f931
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,12 @@ pull_request_rules:
actions:
backport:
branches:
- release/v0.3.x
- release/v0.3.x
- name: backport patches to v0.4.x branch (ibc-go/v6)
conditions:
- base=master
- label=backport-to-v0.4.x
actions:
backport:
branches:
- release/v0.4.x

0 comments on commit b97f931

Please sign in to comment.