diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 93ebca94e4..9ee1932624 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -59,4 +59,3 @@ /README.md @williamfalcon @edenlightning @borda /setup.py @williamfalcon @borda /pytorch_lightning/__about__.py @williamfalcon @borda -/.github/mergify.yml @williamfalcon @borda diff --git a/.github/mergify.yml b/.github/mergify.yml index ca5901fbcf..99142a2ecb 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -68,29 +68,3 @@ pull_request_rules: request_reviews: teams: - "@PyTorchLightning/core-lightning" - - - name: Grid.ai employee approval - conditions: - - or: - - approved-reviews-by=awaelchli - - approved-reviews-by=Borda - - approved-reviews-by=carmocca - - approved-reviews-by=edenlightning - - approved-reviews-by=ethanwharris - - approved-reviews-by=kaushikb11 - - approved-reviews-by=krshrimali - - approved-reviews-by=rohitgr7 - - approved-reviews-by=tchaton - - approved-reviews-by=williamFalcon - actions: - post_check: - title: | - {% if check_succeed %} - This PR has Grid.ai approval. - {% else %} - This PR is waiting for approval from a Grid.ai team member. - {% endif %} - summary: | - {% if not check_succeed %} - Each pull request must be approved by at least one Grid.ai team member. - {% endif %}