Skip to content

Commit

Permalink
Enable Probot CheckGroup v5 (#15670)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c8ee01)
  • Loading branch information
carmocca authored and Borda committed Nov 21, 2022
1 parent abf0a40 commit 69f4aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/probot-check-group.yml
Expand Up @@ -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'

0 comments on commit 69f4aea

Please sign in to comment.