From acfefc3c378a80e55233984f3e0aac8e4be0b1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sun, 13 Nov 2022 21:18:12 +0100 Subject: [PATCH 1/8] v5 --- .github/workflows/probot-check-group.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index c952ea7bb063c..9aa68d1c8878d 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.draft == false timeout-minutes: 61 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v3 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 57fd7a0ca1d7d8be8677780d86e7995fabc5664f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sun, 13 Nov 2022 21:18:53 +0100 Subject: [PATCH 2/8] DEBUG --- .github/workflows/probot-check-group.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 9aa68d1c8878d..e69ad6766608f 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -11,15 +11,15 @@ concurrency: jobs: required-jobs: runs-on: ubuntu-latest - if: github.event.pull_request.draft == false - timeout-minutes: 61 # in case something is wrong with the internal timeout +# if: github.event.pull_request.draft == false + timeout-minutes: 3 # in case something is wrong with the internal timeout steps: - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: job: check-group - interval: 180 # seconds - timeout: 60 # minutes + interval: 30 # seconds + timeout: 2 # minutes maintainers: '@Lightning-AI/lai-frameworks' owner: '@carmocca' From 9160de0ed5b6de09ad99bf2fcc9153bd3d6c0a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Sun, 13 Nov 2022 22:15:27 +0100 Subject: [PATCH 3/8] Avoid mentions --- .github/workflows/probot-check-group.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index e69ad6766608f..717d31873d57f 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -21,5 +21,5 @@ jobs: job: check-group interval: 30 # seconds timeout: 2 # minutes - maintainers: '@Lightning-AI/lai-frameworks' - owner: '@carmocca' + maintainers: 'Lightning-AI/lai-frameworks' + owner: 'carmocca' From 02f78098582c551b3a20b7e43f0e15fb5ea51ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Tue, 15 Nov 2022 12:03:43 +0100 Subject: [PATCH 4/8] DEBUG src --- src/lightning_lite/__setup__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightning_lite/__setup__.py b/src/lightning_lite/__setup__.py index 6b76436df7e37..01f750567a141 100644 --- a/src/lightning_lite/__setup__.py +++ b/src/lightning_lite/__setup__.py @@ -1,4 +1,4 @@ -import os +import os # hi from importlib.util import module_from_spec, spec_from_file_location from types import ModuleType from typing import Any, Dict From 0875dca4864028f9822e7796322819003cd05d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 21 Nov 2022 17:54:12 +0100 Subject: [PATCH 5/8] Update .github/workflows/probot-check-group.yml --- .github/workflows/probot-check-group.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 1863de88aaed4..717d31873d57f 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -14,7 +14,7 @@ jobs: # if: github.event.pull_request.draft == false timeout-minutes: 3 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v4 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 5c770a640cc5345d2840afa4113695cae5a54298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 21 Nov 2022 18:38:32 +0100 Subject: [PATCH 6/8] Revert "DEBUG src" This reverts commit 02f78098582c551b3a20b7e43f0e15fb5ea51ded. --- src/lightning_lite/__setup__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lightning_lite/__setup__.py b/src/lightning_lite/__setup__.py index 01f750567a141..6b76436df7e37 100644 --- a/src/lightning_lite/__setup__.py +++ b/src/lightning_lite/__setup__.py @@ -1,4 +1,4 @@ -import os # hi +import os from importlib.util import module_from_spec, spec_from_file_location from types import ModuleType from typing import Any, Dict From 62635a43ebbe7511c1c9d8bd7f23504afcbd24c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 21 Nov 2022 18:39:07 +0100 Subject: [PATCH 7/8] Revert "DEBUG" This reverts commit 57fd7a0ca1d7d8be8677780d86e7995fabc5664f. --- .github/workflows/probot-check-group.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 717d31873d57f..af5da52a65ced 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -11,8 +11,8 @@ concurrency: jobs: required-jobs: runs-on: ubuntu-latest -# if: github.event.pull_request.draft == false - timeout-minutes: 3 # in case something is wrong with the internal timeout + if: github.event.pull_request.draft == false + timeout-minutes: 61 # in case something is wrong with the internal timeout steps: - uses: Lightning-AI/probot@v5 env: @@ -21,5 +21,5 @@ jobs: job: check-group interval: 30 # seconds timeout: 2 # minutes - maintainers: 'Lightning-AI/lai-frameworks' - owner: 'carmocca' + maintainers: '@Lightning-AI/lai-frameworks' + owner: '@carmocca' From a4a0f29725311c198ca9fc68d5e474d49757b9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 21 Nov 2022 18:51:44 +0100 Subject: [PATCH 8/8] Update --- .github/workflows/probot-check-group.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index af5da52a65ced..1aafee679da07 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -19,7 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: job: check-group - interval: 30 # seconds - timeout: 2 # minutes - maintainers: '@Lightning-AI/lai-frameworks' - owner: '@carmocca' + interval: 180 # seconds + timeout: 60 # minutes + maintainers: 'Lightning-AI/lai-frameworks' + owner: 'carmocca'