Skip to content

Commit

Permalink
adding backport for latest release lines, removing for previous ones (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Jul 26, 2024
1 parent 4a70db8 commit beb2d93
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,46 +50,22 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v8.0.x
- name: backport patches to v0.1.x wasm ibc-go v7.3.x & wasmvm 1.5.x branch
- name: backport patches to v0.3.x wasm ibc-go v7.3.x & wasmvm 1.5.x branch
conditions:
- base=main
- label=backport-wasm-v0.1.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- label=backport-wasm-v0.3.x+ibc-go-v7.3.x-wasmvm-v1.5.x
actions:
backport:
branches:
- 08-wasm/release/v0.1.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- name: backport patches to v0.2.x wasm ibc-go v7.3.x & wasmvm 1.5.x branch
- 08-wasm/release/v0.3.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- name: backport patches to v0.4.x wasm ibc-go v8.3.x & wasmvm 2.0.x branch
conditions:
- base=main
- label=backport-wasm-v0.2.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- label=backport-wasm-v0.4.x+ibc-go-v8.3.x-wasmvm-v2.0.x
actions:
backport:
branches:
- 08-wasm/release/v0.2.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- name: backport patches to v0.1.x wasm ibc-go v8.0.x & wasmvm 1.5.x branch
conditions:
- base=main
- label=backport-wasm-v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x
actions:
backport:
branches:
- 08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x
- name: backport patches to v0.2.x wasm ibc-go v8.3.x & wasmvm 2.0.x branch
conditions:
- base=main
- label=backport-wasm-v0.2.x+ibc-go-v8.3.x-wasmvm-v2.0.x
actions:
backport:
branches:
- 08-wasm/release/v0.2.x+ibc-go-v8.3.x-wasmvm-v2.0.x
- name: backport patches to v0.3.x wasm ibc-go v8.3.x & wasmvm 2.0.x branch
conditions:
- base=main
- label=backport-wasm-v0.3.x+ibc-go-v8.3.x-wasmvm-v2.0.x
actions:
backport:
branches:
- 08-wasm/release/v0.3.x+ibc-go-v8.3.x-wasmvm-v2.0.x
- 08-wasm/release/v0.4.x+ibc-go-v8.3.x-wasmvm-v2.0.x
- name: backport patches to v7.4.x branch
conditions:
- base=main
Expand Down

0 comments on commit beb2d93

Please sign in to comment.