Skip to content

Commit

Permalink
update mergify (#5608)
Browse files Browse the repository at this point in the history
* try fix update and review

* less spam
  • Loading branch information
Borda committed Feb 4, 2021
1 parent a641430 commit a48a0d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .mergify.yml → .github/.mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pull_request_rules:

- name: update PR
conditions:
- conflict
- -conflict
- -draft # filter-out GH draft PRs
- label="0:] Ready-To-Go"
actions:
Expand All @@ -50,7 +50,8 @@ pull_request_rules:
- -draft # filter-out GH draft PRs
- label="0:] Ready-To-Go"
- "#approved-reviews-by<3" # number of review approvals
- "#review-requested<3" # number of requested reviews
actions:
request_reviews:
teams:
- core-contributors
- "@PyTorchLightning/core-contributors"

0 comments on commit a48a0d0

Please sign in to comment.