Setup feature branch support (#1137)
* Setup feature branch support * Require 1 approval
This commit is contained in:
14
.mergify.yml
Normal file
14
.mergify.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
queue_rules:
|
||||||
|
- name: default
|
||||||
|
conditions:
|
||||||
|
- "#approved-reviews-by>0"
|
||||||
|
|
||||||
|
pull_request_rules:
|
||||||
|
- name: backport patches to sdk47 feature branch
|
||||||
|
conditions:
|
||||||
|
- base=main
|
||||||
|
- label=backport/sdk47-dev
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- develop_sdk47
|
||||||
Reference in New Issue
Block a user