From 7cdd58f9717474b2d8240e86ee49cc39e8368811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8BAndrzej=20Ressel?= Date: Sat, 21 Dec 2024 17:30:46 +0100 Subject: [PATCH] Revert "Add support for WIP PRs in mergify" (#588) Reverts andrzejressel/pulumi-wasm#584 --- .mergify.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 036951f25..292a54b50 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -21,11 +21,4 @@ pull_request_rules: conditions: - merged actions: - delete_head_branch: - - - name: Block WIP PRs - conditions: - - title~=WIP # This condition matches PRs with "WIP" in the title - actions: - comment: - message: "This pull request is marked as WIP and cannot be merged. Please remove 'WIP' from the title to proceed." + delete_head_branch: \ No newline at end of file