Skip to content

Commit

Permalink
Merge branch 'main' into cian/issue#2243-add-a-ics27-host-cli-to-gene…
Browse files Browse the repository at this point in the history
…rate-ica-packet-data
  • Loading branch information
chatton committed Sep 15, 2022
2 parents 3ecdc1d + 80ea89a commit 1f12260
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,30 +74,38 @@ pull_request_rules:
backport:
branches:
- release/v3.2.x
- name: backport patches to v3.3.x branch
conditions:
- base=main
- label=backport-to-v3.3.x
actions:
backport:
branches:
- release/v3.3.x
- name: backport patches to v4.0.x branch
conditions:
- base=main
- label=backport-to-v4.0.x
actions:
backport:
branches:
- release/v4.0.x
- name: backport patches to v5.0.x branch
- release/v4.0.x
- name: backport patches to v4.1.x branch
conditions:
- base=main
- label=backport-to-v5.0.x
- label=backport-to-v4.1.x
actions:
backport:
branches:
- release/v5.0.x
- name: backport patches to v5.1.x branch
- release/v4.1.x
- name: backport patches to v5.0.x branch
conditions:
- base=main
- label=backport-to-v5.1.x
- label=backport-to-v5.0.x
actions:
backport:
branches:
- release/v5.1.x
- release/v5.0.x
- name: backport patches to v6.0.x branch
conditions:
- base=main
Expand Down
1 change: 1 addition & 0 deletions testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ func NewSimApp(
authzmodule.NewAppModule(appCodec, app.AuthzKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry),
ibc.NewAppModule(app.IBCKeeper),
transfer.NewAppModule(app.TransferKeeper),
ica.NewAppModule(&app.ICAControllerKeeper, &app.ICAHostKeeper),
)

app.sm.RegisterStoreDecoders()
Expand Down

0 comments on commit 1f12260

Please sign in to comment.