Skip to content

Commit

Permalink
Update mergify rules (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Jan 2, 2024
1 parent cc235f0 commit 0b5bd79
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,43 @@ pull_request_rules:
backport:
branches:
- release/protocol/v0.3.x
- name: backport to release/indexer/v1.x branch
conditions:
- base=main
- label=backport/indexer/v1.x
actions:
backport:
branches:
- release/indexer/v1.x
- name: backport to release/protocol/v1.x branch
conditions:
- base=main
- label=backport/protocol/v1.x
actions:
backport:
branches:
- release/protocol/v1.x
- release/protocol/v1.x
- name: backport to release/protocol/v2.x branch
conditions:
- base=main
- label=backport/protocol/v2.x
actions:
backport:
branches:
- release/protocol/v2.x
- name: backport to release/indexer/v3.x branch
conditions:
- base=main
- label=backport/indexer/v3.x
actions:
backport:
branches:
- release/indexer/v3.x
- name: backport to release/protocol/v3.x branch
conditions:
- base=main
- label=backport/protocol/v3.x
actions:
backport:
branches:
- release/protocol/v3.x

0 comments on commit 0b5bd79

Please sign in to comment.