Skip to content

Commit

Permalink
Update Readme + Mergify Rule for Maintained Branches (#647)
Browse files Browse the repository at this point in the history
* readme maintained branches

* update mergify rule

* update dependabot labels

(cherry picked from commit 2c0c5ec)
  • Loading branch information
boojamya authored and mergify[bot] committed Jun 27, 2023
1 parent f4266d4 commit b31c3f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10
labels:
- dependencies
- dont_backport

- dependencies
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
labels:
- dont_backport
- gh-action-version
10 changes: 5 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pull_request_rules:
- name: backport to maintained branches
conditions:
- base=main
- label!=dont_backport
- base~=^(main|v4|v4-ics|v5|v6)$
- label=BACKPORT
actions:
backport:
branches:
- v3
- v3-ics
- main
- v4-ics
- v4
- v5
- v6
Expand All @@ -21,7 +21,7 @@ pull_request_rules:
- name: automerge backported PR's for maintained branches
conditions:
- label=automerge
- base~=^(v3|v3-ics|v4|v5|v6)$
- base~=^(v4|v4-ics|v5|v6)$
actions:
merge:
method: squash
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ It allows users to quickly spin up custom testnets and dev environments to test

### Maintained Branches

| **Branch Name** | **IBC-Go** | **Cosmos-sdk** |
|:----------------------------------------------------------------------------:|:----------:|:--------------:|
| main | v7 | v0.47 |
| [v6](https://github.com/strangelove-ventures/interchaintest/tree/v6) | v6 | v0.46 |
| [v5](https://github.com/strangelove-ventures/interchaintest/tree/v5) | v5 | v0.46 |
| [v4](https://github.com/strangelove-ventures/interchaintest/tree/v4) | v4 | v0.45 |
| [v3](https://github.com/strangelove-ventures/interchaintest/tree/v3) | v3 | v0.45 |
| [v3-ics](https://github.com/strangelove-ventures/interchaintest/tree/v3-ics) | v3 | v0.45.11-ics |
| **Branch Name** | **IBC-Go** | **Cosmos-sdk** | **Maintained** |
|:----------------------------------------------------------------------------:|:----------:|:--------------:|:-------------------:|
| main | v7 | v0.47 ||
| [v6](https://github.com/strangelove-ventures/interchaintest/tree/v6) | v6 | v0.46 ||
| [v5](https://github.com/strangelove-ventures/interchaintest/tree/v5) | v5 | v0.46 ||
| [v4](https://github.com/strangelove-ventures/interchaintest/tree/v4) | v4 | v0.45 ||
| [v4-ics](https://github.com/strangelove-ventures/interchaintest/tree/v4-ics) | v4 | v0.45.x-ics ||
| [v3](https://github.com/strangelove-ventures/interchaintest/tree/v3) | v3 | v0.45 |❌<br>(June 25 2023) |
| [v3-ics](https://github.com/strangelove-ventures/interchaintest/tree/v3-ics) | v3 | v0.45.11-ics |❌<br>(April 24 2023)|

## Table Of Contents
- [Building Binary](#building-binary)
Expand Down

0 comments on commit b31c3f0

Please sign in to comment.