Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/pairwise_precision
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Nov 22, 2022
2 parents 9cc38e1 + 339a7a6 commit 0e08bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ pull_request_rules:
- name: Not ready yet
conditions:
- or:
- draft # filter-out GH draft PRs
- title~=(?i)wip # drop for all PR that title contains “WIP” (ignoring case)
- "#approved-reviews-by=0" # number of review approvals
- "#changes-requested-reviews-by>=1" # no requested changes
- "#check-failure>=5"
Expand Down

0 comments on commit 0e08bfa

Please sign in to comment.