Skip to content

Commit

Permalink
Merge pull request #1278 from CosmWasm/mergify_update
Browse files Browse the repository at this point in the history
Update mergify backport settings
  • Loading branch information
alpe committed Mar 22, 2023
2 parents 7e936c7 + 58c4107 commit 22c77b6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ queue_rules:
- "#approved-reviews-by>0"

pull_request_rules:
- name: backport patches to sdk47 feature branch
- name: backport patches to main branch
conditions:
- base=releases/v0.3x
- label=backport/main
actions:
backport:
branches:
- main
- name: backport patches to sdk45 release branch
conditions:
- base=main
- label=backport/sdk47-dev
- label=backport/v0.3x
actions:
backport:
branches:
- develop_sdk47
- releases/v0.3x

0 comments on commit 22c77b6

Please sign in to comment.