Skip to content

Commit

Permalink
fix mergify.yml for 08-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Nov 15, 2023
1 parent 08d36eb commit 35d15f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v7.3.x
- name: backport patches to v0.1.x wasm ibc-go v7.3.x branch
- name: backport patches to v0.1.x wasm ibc-go v7.3.x & wasmvm 1.4.x branch
conditions:
- base=main
- label=backport-wasm-to-v0.1.x+ibc-go-v7.3.x
- label=backport-wasm-to-v0.1.x+ibc-go-v7.3.x-wasmvm-v1.4.x
actions:
backport:
branches:
- 08-wasm/release/v0.1.x+ibc-go-v7.3.x
- name: backport patches to v0.1.x wasm ibc-go v8.0.x branch
- 08-wasm/release/v0.1.x+ibc-go-v7.3.x-wasmvm-v1.4.x
- name: backport patches to v0.1.x wasm ibc-go v8.0.x & wasmvm 1.4.x branch
conditions:
- base=main
- label=backport-wasm-to-v0.1.x+ibc-go-v8.0.x
- label=backport-wasm-to-v0.1.x+ibc-go-v8.0.x-wasmvm-v1.4.x
actions:
backport:
branches:
- 08-wasm/release/v0.1.x+ibc-go-v8.0.x
- 08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.4.x
- name: backport patches to v6.1.x branch
conditions:
- base=main
Expand Down

0 comments on commit 35d15f3

Please sign in to comment.