From 6221ce6db995ed6d0a4d4a057561ceb0c0a9d3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 11 Nov 2022 09:40:21 +0100 Subject: [PATCH] Enable Probot CheckGroup v3 (#15622) (cherry picked from commit bd870c605ffd93cfd6ed6827606e32453521c3f7) --- .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 35b267819a0cc1..c952ea7bb063c1 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@v2 + - uses: Lightning-AI/probot@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: