From 85e19f4096e8fde0e5d3d5c56408447b85ccb82a Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Mon, 13 Dec 2021 19:14:12 +0800 Subject: [PATCH] Require code-checker and ut action for go code change (#13260) Signed-off-by: Edward Zeng --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index a323308c51..23af7cee6f 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -79,6 +79,7 @@ pull_request_rules: - base=master - title~=\[skip ci\] - label=kind/improvement + - -files~=^(?!.*\.(go|cpp)).*$ actions: label: add: @@ -96,7 +97,6 @@ pull_request_rules: - name: Remove ci-passed when unittest failed conditions: - base=master - - -title~=\[skip ci\] - "check-failure=Build and test AMD64 Ubuntu 18.04" actions: label: