Skip to content

Commit 850a9fd

Browse files
gjermundgarabamergify[bot]
authored andcommitted
chore: prep v10.2.x mergify (#8305)
(cherry picked from commit 5d28bbe)
1 parent d539f67 commit 850a9fd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ pull_request_rules:
6262
backport:
6363
branches:
6464
- release/v8.7.x
65-
- name: backport patches to v10.1.x branch
65+
- name: backport patches to v10.2.x branch
6666
conditions:
6767
- base=main
68-
- label=backport-to-v10.1.x
68+
- label=backport-to-v10.2.x
6969
actions:
7070
backport:
7171
branches:
72-
- release/v10.1.x
72+
- release/v10.2.x
7373
- name: automerge to main with label automerge and branch protection passing
7474
conditions: []
7575
actions:

.github/workflows/e2e-compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
options:
1616
- release/v7.10.x
1717
- release/v8.7.x
18-
- release/v10.1.x
18+
- release/v10.2.x
1919
- main
2020
ibc-go-version:
2121
description: 'The version of ibc-go that is going to be released'
@@ -51,7 +51,7 @@ jobs:
5151
release-branch:
5252
- release/v7.10.x
5353
- release/v8.7.x
54-
- release/v10.1.x
54+
- release/v10.2.x
5555
- main
5656
steps:
5757
- uses: actions/checkout@v4

e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/cometbft/cometbft v0.38.17
1313
github.com/cosmos/cosmos-sdk v0.50.13
1414
github.com/cosmos/gogoproto v1.7.0
15-
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 v10.1.0
16-
github.com/cosmos/ibc-go/v10 v10.1.0
15+
github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10 v10.2.0
16+
github.com/cosmos/ibc-go/v10 v10.2.0
1717
github.com/docker/docker v27.3.1+incompatible
1818
github.com/pelletier/go-toml v1.9.5
1919
github.com/strangelove-ventures/interchaintest/v8 v8.2.1-0.20240419152858-c8b741617cd8

0 commit comments

Comments
 (0)