Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: adding callbacks/release/v0.2.x+ibc-go-v7.3.x backport action to mergify #4694

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/mergify.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we retracting v0.1.0? Should we remove the backport action for that one if so?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are not retracting.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.1.x+ibc-go-v7.3.x
- name: backport patches to v0.2.x callbacks ibc-go v7.3.x branch
conditions:
- base=main
- label=backport-callbacks-to-v0.2.x+ibc-go-v7.3.x
actions:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v7.3.x
- name: backport patches to v4.4.x branch
conditions:
- base=main
Expand Down
Loading