From e30f2ac21009e560cd104f016192c6ee1bd8f2cf Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Wed, 28 Jul 2021 16:51:22 +0800 Subject: [PATCH] [skip ci] Add test passed for title skip ci (#6864) * add test passed for title skip ci Signed-off-by: ThreadDao * add test passed for title skip ci Signed-off-by: ThreadDao --- .github/mergify.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index c4c668769..8e829e15b 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -49,6 +49,15 @@ pull_request_rules: add: - ci-passed + - name: Test passed for title skip ci + conditions: + - base=master + - title~=[skip ci] + actions: + label: + add: + - ci-passed + - name: Remove ci-passed when code check failed conditions: - base=master -- GitLab