From bbb58c20d29e0a8f6b9f49331c8aefe9add58463 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Wed, 6 Dec 2023 01:51:44 +0800 Subject: [PATCH] ci: block automerge until clippy (macos-latest) green (#34325) --- .mergify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 1ae057dd6..2815bf2c9 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -58,6 +58,9 @@ pull_request_rules: # only require docs checks if docs files changed - -files~=^docs/ - status-success=build & deploy docs + - or: + - -files~=(\.rs|Cargo\.toml|Cargo\.lock)$ + - check-success=clippy (macos-latest) actions: merge: method: squash