From 4f4b43f17be4a6c0da46abb80f87fb5dce379719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Thu, 10 Nov 2022 08:25:43 +0100 Subject: [PATCH] Enable Probot CheckGroup V2 (#15612) * Enable v2 * Run on draft * DEBUG * maintainers and owner * Revert "DEBUG" This reverts commit 1414e8590285d62962a44590ae70cf9635c0d4e7. --- .github/workflows/probot-check-group.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 1d0b1304c3..35b267819a 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -12,12 +12,14 @@ jobs: required-jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false - # if this timeout triggers, then the job needs to be manually restarted through the GitHub interface - timeout-minutes: 60 + timeout-minutes: 61 # in case something is wrong with the internal timeout steps: - - uses: Lightning-AI/probot@v1 + - uses: Lightning-AI/probot@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: job: check-group interval: 180 # seconds + timeout: 60 # minutes + maintainers: '@Lightning-AI/lai-frameworks' + owner: '@carmocca'