mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 03:13:22 +08:00
[skip ci]Add a mergify rule (#5021)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
3c58e7e9b2
commit
4495cf84f0
17
.github/mergify.yml
vendored
17
.github/mergify.yml
vendored
@ -34,3 +34,20 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
|
|
||||||
|
- name: Use the title and body from the pull request itself as the commit message
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- -title~=(?i)\[wip\]
|
||||||
|
- "label=PR | message from pull request"
|
||||||
|
- "#approved-reviews-by>=1"
|
||||||
|
- "approved-reviews-by=czs007"
|
||||||
|
- "#changes-requested-reviews-by=0"
|
||||||
|
- "status-success=DCO"
|
||||||
|
- "status-success=continuous-integration/jenkins/pr-merge"
|
||||||
|
- "status-success=AMD64 Ubuntu 18.04"
|
||||||
|
actions:
|
||||||
|
merge:
|
||||||
|
method: squash
|
||||||
|
commit_message: title+body
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user