From 55e293db2afc6fbecdde6eca990ea4e10d1fa5e7 Mon Sep 17 00:00:00 2001 From: Alice <84906+wheresalice@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:31:20 +0100 Subject: [PATCH] ci(Mergify): configuration update Signed-off-by: Alice --- .github/mergify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index a6fc206..6daa373 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -9,6 +9,7 @@ pull_request_rules: - -draft - author~=^dependabot(|-preview)\[bot\]$ - check-success='test (1.20.x, ubuntu-latest)' + - check-success='docker' - title~=bump [^\s]+ from ([\d]+)\..+ to \1\. actions: review: @@ -20,6 +21,7 @@ pull_request_rules: conditions: - author~=^dependabot(|-preview)\[bot\]$ - check-success='test (1.20.x, ubuntu-latest)' + - check-success='docker' - -title~=bump [^\s]+ from ([\d]+)\..+ to \1\. actions: comment: @@ -33,6 +35,7 @@ pull_request_rules: conditions: - "#approved-reviews-by>=1" - check-success='test (1.20.x, ubuntu-latest)' + - check-success='docker' - label!=work-in-progress - -draft actions: