Skip to content

Commit

Permalink
Mergify for v6 binary release branches (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx authored Aug 1, 2024
1 parent c2b655f commit b953cf6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,20 @@ pull_request_rules:
backport:
branches:
- release/protocol/v5.2.x
- name: backport to release/indexer/v6.x branch
conditions:
- base=main
- label=backport/indexer/v6.x
actions:
backport:
branches:
- release/indexer/v6.x
- name: backport to release/protocol/v6.x branch
conditions:
- base=main
- label=backport/protocol/v6.x
actions:
backport:
branches:
- release/protocol/v6.x

0 comments on commit b953cf6

Please sign in to comment.