From 3936637e2e0451d34d65097b1b1aeae3d7c8fba5 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Mon, 28 Mar 2022 22:14:18 +0800 Subject: [PATCH] [skip e2e]Fix robot fight (#16239) Signed-off-by: Jenny Li --- .github/mergify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 29fcf157f4..0c76abe054 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -121,9 +121,9 @@ pull_request_rules: - or: - base=master - base~=^2(\.\d+){2}$ - - or: - - body~=\#[0-9]{1,6}(\s+|$) - - body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$) + - and: + - -body~=\#[0-9]{1,6}(\s+|$) + - -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$) - -label=kind/improvement - -title~=\[automated\] actions: