diff --git a/.mergify.yml b/.github/.mergify.yml similarity index 92% rename from .mergify.yml rename to .github/.mergify.yml index 4ca323347104e..12d015614fa5d 100644 --- a/.mergify.yml +++ b/.github/.mergify.yml @@ -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: @@ -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"