ci(Mergify): configuration update (#924)

这个提交包含在:
Ryan
2021-12-11 23:41:27 +01:00
提交者 GitHub
父节点 fec0c0c529
当前提交 cad4bc8c36

查看文件

@@ -1,6 +1,9 @@
pull_request_rules:
- name: warn on conflicts
conditions:
- -draft
- -closed
- -merged
- conflict
actions:
comment:
@@ -17,6 +20,9 @@ pull_request_rules:
- conflict
- name: warn on needs-work
conditions:
- -draft
- -closed
- -merged
- or:
- check-failure=lint
- check-failure=test-linux