update mergify - master only (#5682)

This commit is contained in:
Jirka Borovec 2021-01-27 23:58:03 +01:00 committed by Jirka Borovec
parent 8e04646690
commit 230f2b723c
1 changed files with 1 additions and 0 deletions

1
.github/mergify.yml vendored
View File

@ -40,6 +40,7 @@ pull_request_rules:
conditions:
- -conflict
- -draft # filter-out GH draft PRs
- base=master # apply only on master
- -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case)
- "#approved-reviews-by>=3" # number of review approvals
actions: