Skip to content

Commit

Permalink
Merge pull request #1445 from CosmWasm/mergify_40
Browse files Browse the repository at this point in the history
Setup mergify to backport v0.40.x
  • Loading branch information
alpe authored Jun 13, 2023
2 parents bec6778 + 4bfe2ba commit 1ce86ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ queue_rules:
pull_request_rules:
- name: backport patches to main branch
conditions:
- base=releases/v0.3x
- base=releases/v0.40.x
- label=backport/main
actions:
backport:
Expand All @@ -20,3 +20,11 @@ pull_request_rules:
backport:
branches:
- releases/v0.3x
- name: backport patches to v0.40.x release branch
conditions:
- base=main
- label=backport/v0.40.x
actions:
backport:
branches:
- releases/v0.40.x

0 comments on commit 1ce86ca

Please sign in to comment.