未验证 提交 e8d9d2b0 编写于 作者: X Xiangyu Wang 提交者: GitHub

[skip ci]Add an automerge rule for document changes (#5005)

Signed-off-by: NXiangyu Wang <xiangyu.wang@zilliz.com>
上级 0629b9c7
......@@ -22,3 +22,15 @@ pull_request_rules:
merge:
method: squash
- name: automatic merge for master when document files changed only and the title does not contain “[WIP]”
conditions:
- base=master
- -title~=(?i)\[wip\]
- "label=PR | automerge"
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- "status-success=DCO"
- -files~=\.(?!md|png)
actions:
merge:
method: squash
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册