We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04646 commit 230f2b7Copy full SHA for 230f2b7
.github/mergify.yml
@@ -40,6 +40,7 @@ pull_request_rules:
40
conditions:
41
- -conflict
42
- -draft # filter-out GH draft PRs
43
+ - base=master # apply only on master
44
- -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case)
45
- "#approved-reviews-by>=3" # number of review approvals
46
actions:
0 commit comments