From e48231fd2777a38854c419f0126232648f29457f Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Wed, 1 Jan 2025 15:43:07 +0330 Subject: [PATCH] Fixed mergify config --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 884eccff..df5d289d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,7 @@ pull_request_rules: - name: Automatic merge for dependency updates conditions: - "head~=update/" - - "status-success=post build (ubuntu-latest)" + - "status-success~=post build" - or: - "author=hnaderi"