Skip to content

Commit

Permalink
skip mergify team
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 19, 2023
1 parent fa02907 commit c5137b4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ pull_request_rules:
actions:
update: {}

- name: add core reviewer
conditions:
- -conflict # skip if conflict
- -draft # filter-out GH draft PRs
- label="ready"
- "#approved-reviews-by<2" # number of review approvals
- "#review-requested<2" # number of requested reviews
actions:
request_reviews:
teams:
- "@PyTorchLightning/core-bolts"
# ToDo: enable when the team is indexed correctly
# - name: add core reviewer
# conditions:
# - -conflict # skip if conflict
# - -draft # filter-out GH draft PRs
# - label="ready"
# - "#approved-reviews-by<2" # number of review approvals
# - "#review-requested<2" # number of requested reviews
# actions:
# request_reviews:
# teams:
# - "@Lightning-Universe/core-bolts"

0 comments on commit c5137b4

Please sign in to comment.