Skip to content

Commit

Permalink
Revert "Add support for WIP PRs in mergify (#584)"
Browse files Browse the repository at this point in the history
This reverts commit 43ac32d.
  • Loading branch information
andrzejressel authored Dec 21, 2024
1 parent 1fe551a commit db39b4c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit db39b4c

Please sign in to comment.