diff --git a/.github/workflows/probot-check-group.yml b/.github/workflows/probot-check-group.yml index 15965ca7eba47..1aafee679da07 100644 --- a/.github/workflows/probot-check-group.yml +++ b/.github/workflows/probot-check-group.yml @@ -14,12 +14,12 @@ 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@v4 + - uses: Lightning-AI/probot@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: job: check-group interval: 180 # seconds timeout: 60 # minutes - maintainers: '@Lightning-AI/lai-frameworks' - owner: '@carmocca' + maintainers: 'Lightning-AI/lai-frameworks' + owner: 'carmocca'