Skip to content

Commit

Permalink
Add mergify workflow for v5.1.x. (backport #1788) (#1789)
Browse files Browse the repository at this point in the history
Co-authored-by: vincentwschau <99756290+vincentwschau@users.noreply.github.com>
  • Loading branch information
mergify[bot] and vincentwschau authored Jun 26, 2024
1 parent a3ea114 commit 8b74b8e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,28 @@ pull_request_rules:
backport:
branches:
- release/protocol/v4.x
- name: backport to release/indexer/v5.x branch
conditions:
- base=main
- label=backport/indexer/v5.x
actions:
backport:
branches:
- release/indexer/v5.x
- name: backport to release/protocol/v5.x branch
conditions:
- base=main
- label=backport/protocol/v5.x
actions:
backport:
branches:
- release/protocol/v5.x
- name: backport to release/protocol/v5.1.x branch
conditions:
- base=main
- label=backport/protocol/v5.1.x
actions:
backport:
branches:
- release/protocol/v5.1.x

0 comments on commit 8b74b8e

Please sign in to comment.