Skip to content

Commit

Permalink
add mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nghuyenthevinh2000 committed Mar 8, 2024
1 parent d2b5f20 commit d1eb119
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: backport patches to release/v7.0.x branch
conditions:
- base=main
- label=release/v7.0.x
actions:
backport:
branches:
- release/v7.0.x

0 comments on commit d1eb119

Please sign in to comment.