Skip to content

Commit

Permalink
Revert "Add support for WIP PRs in mergify" (#588)
Browse files Browse the repository at this point in the history
Reverts #584
  • Loading branch information
andrzejressel authored Dec 21, 2024
1 parent 1fe551a commit 7cdd58f
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 7cdd58f

Please sign in to comment.