Skip to content

Commit

Permalink
Add support for WIP PRs in mergify (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Dec 20, 2024
1 parent f4de886 commit 43ac32d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ pull_request_rules:
conditions:
- merged
actions:
delete_head_branch:
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."

0 comments on commit 43ac32d

Please sign in to comment.